Skip to content

Commit

Permalink
Update keymap docs for window swapping (#2659)
Browse files Browse the repository at this point in the history
  • Loading branch information
n0s4 authored Jun 3, 2022
1 parent fd4858c commit dfd0754
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions book/src/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dfd0754

Please sign in to comment.