mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Add user documentation of close
This commit is contained in:
parent
8778ace0ce
commit
3ccf430030
2 changed files with 6 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ bind j focusdown
|
|||
bind k focusup
|
||||
bind l focusright
|
||||
bind t exec xterm
|
||||
bind C-k close
|
||||
definekey resize h resizeleft
|
||||
definekey resize l resizeright
|
||||
definekey resize j resizedown
|
||||
|
|
|
|||
|
|
@ -36,6 +36,11 @@ by prepending a line with the # symbol.
|
|||
> supplied action. `bind <key> <command>` is equivalent to
|
||||
>> `definekey root <key> <command>`
|
||||
|
||||
**close - Close current window**
|
||||
|
||||
> This command closes the current window. It may be useful for windows of applications which
|
||||
> do not offer any method of closing them.
|
||||
|
||||
**definekey - Bind key to action in arbitrary mode**
|
||||
|
||||
> This command behaves similarly to the **bind** command with the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue