Update keymap docs for window swapping (#2659)
This commit is contained in:
parent
fd4858c03d
commit
dfd0754394
1 changed files with 4 additions and 0 deletions
|
@ -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` |
|
| `l`, `Ctrl-l`, `Right` | Move to right split | `jump_view_right` |
|
||||||
| `q`, `Ctrl-q` | Close current window | `wclose` |
|
| `q`, `Ctrl-q` | Close current window | `wclose` |
|
||||||
| `o`, `Ctrl-o` | Only keep the current window, closing all the others | `wonly` |
|
| `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
|
#### Space mode
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue