diff options
author | Bob | 2021-11-11 02:32:23 +0000 |
---|---|---|
committer | GitHub | 2021-11-11 02:32:23 +0000 |
commit | 4d22454386d52d14f626b209016a71f119cc1cbf (patch) | |
tree | 410d3321f0485788de4f82720f8810093e220673 /book/src | |
parent | c7cb7527bedbd8a49471fcf79216d2f78fe21ae2 (diff) |
add wonly -- window only (#1057)
* add wonly
* Update book/src/keymap.md
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
* add `wonly` to space w mode too
* remove the TODO
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/keymap.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 212ed496..901c8471 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -194,6 +194,7 @@ This layer is similar to vim keybindings as kakoune does not support window. | `k`, `Ctrl-k`, `up` | Move to split above | `jump_view_up` | | `l`, `Ctrl-l`, `right` | Move to right split | `jump_view_right` | | `q`, `Ctrl-q` | Close current window | `wclose` | +| `o`, `Ctrl-o` | Only keep the current window, closing all the others | `wonly` | #### Space mode |