diff options
author | Maximilian Schoenenberg | 2022-02-11 14:55:59 +0000 |
---|---|---|
committer | GitHub | 2022-02-11 14:55:59 +0000 |
commit | a19a6ca01e07a111c6a5ca21a6d65888240bc2f6 (patch) | |
tree | 144ef8152da2f02669a9adb0f3184277a5262e6a /book/src | |
parent | 1bcb624ae65273cad13a3a65c567e0850fb0c9ed (diff) |
Added docs for `ensure_selections_forward` (#1651)
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/keymap.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index f7e5462f..19fd21bb 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -27,6 +27,7 @@ | `F` | Find previous char | `find_prev_char` | | `G` | Go to line number `<n>` | `goto_line` | | `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` | | `End` | Move to the end of the line | `goto_line_end` | | `PageUp` | Move page up | `page_up` | |