@ -8,10 +8,10 @@
| Key | Description | Command |
| Key | Description | Command |
| ----- | ----------- | ------- |
| ----- | ----------- | ------- |
| `h` , `Left` | Move left | `move_char_left` |
| `h` /`Left` | Move left | `move_char_left` |
| `j` , `Down` | Move down | `move_char_right` |
| `j` /`Down` | Move down | `move_char_right` |
| `k` , `Up` | Move up | `move_line_up` |
| `k` /`Up` | Move up | `move_line_up` |
| `l` , `Right` | Move right | `move_line_down` |
| `l` /`Right` | Move right | `move_line_down` |
| `w` | Move next word start | `move_next_word_start` |
| `w` | Move next word start | `move_next_word_start` |
| `b` | Move previous word start | `move_prev_word_start` |
| `b` | Move previous word start | `move_prev_word_start` |
| `e` | Move next word end | `move_next_word_end` |
| `e` | Move next word end | `move_next_word_end` |
@ -86,6 +86,7 @@
| `;` | Collapse selection onto a single cursor | `collapse_selection` |
| `;` | Collapse selection onto a single cursor | `collapse_selection` |
| `Alt-;` | Flip selection cursor and anchor | `flip_selections` |
| `Alt-;` | Flip selection cursor and anchor | `flip_selections` |
| `,` | Keep only the primary selection | `keep_primary_selection` |
| `,` | Keep only the primary selection | `keep_primary_selection` |
| `Alt-,` | Remove the primary selection | `remove_primary_selection` |
| `C` | Copy selection onto the next line | `copy_selection_on_next_line` |
| `C` | Copy selection onto the next line | `copy_selection_on_next_line` |
| `Alt-C` | Copy selection onto the previous line | `copy_selection_on_prev_line` |
| `Alt-C` | Copy selection onto the previous line | `copy_selection_on_prev_line` |
| `(` | Rotate main selection backward | `rotate_selections_backward` |
| `(` | Rotate main selection backward | `rotate_selections_backward` |