Added docs for ensure_selections_forward
(#1651)
This commit is contained in:
parent
1bcb624ae6
commit
a19a6ca01e
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
| `F` | Find previous char | `find_prev_char` |
|
| `F` | Find previous char | `find_prev_char` |
|
||||||
| `G` | Go to line number `<n>` | `goto_line` |
|
| `G` | Go to line number `<n>` | `goto_line` |
|
||||||
| `Alt-.` | Repeat last motion (`f`, `t` or `m`) | `repeat_last_motion` |
|
| `Alt-.` | Repeat last motion (`f`, `t` or `m`) | `repeat_last_motion` |
|
||||||
|
| `Alt-:` | Ensures the selection is in forward direction | `ensure_selections_forward` |
|
||||||
| `Home` | Move to the start of the line | `goto_line_start` |
|
| `Home` | Move to the start of the line | `goto_line_start` |
|
||||||
| `End` | Move to the end of the line | `goto_line_end` |
|
| `End` | Move to the end of the line | `goto_line_end` |
|
||||||
| `PageUp` | Move page up | `page_up` |
|
| `PageUp` | Move page up | `page_up` |
|
||||||
|
|
Loading…
Add table
Reference in a new issue