Add user documentation of close

This commit is contained in:
Cagebreak Signing Key 3 2020-09-05 11:27:50 +02:00
commit 3ccf430030
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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