aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornosa2022-06-03 12:09:35 +0000
committerGitHub2022-06-03 12:09:35 +0000
commitdfd07543946321223c16aeae3f46398f16f89805 (patch)
tree98c50dc03c46d421f5352c4864239c4fc476d9c0
parentfd4858c03d5457872408bef3e58305c9233e78fc (diff)
Update keymap docs for window swapping (#2659)
-rw-r--r--book/src/keymap.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 25280d71..fef76efb 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -224,6 +224,10 @@ This layer is similar to vim keybindings as kakoune does not support window.
| `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` |
+| `H` | Swap window to the left | `swap_view_left` |
+| `J` | Swap window downwards | `swap_view_down` |
+| `K` | Swap window upwards | `swap_view_up` |
+| `L` | Swap window to the right | `swap_view_right` |
#### Space mode