diff --git a/examples/config b/examples/config index 0f0a5b0..66ce97e 100644 --- a/examples/config +++ b/examples/config @@ -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 diff --git a/man/cagebreak-config.5.md b/man/cagebreak-config.5.md index 8d4f274..8d51109 100644 --- a/man/cagebreak-config.5.md +++ b/man/cagebreak-config.5.md @@ -36,6 +36,11 @@ by prepending a line with the # symbol. > supplied action. `bind ` is equivalent to >> `definekey root ` +**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