Mercurial > forks > helix
changeset 6800:eb230405d829
Removed unnecessary apostrophe in keymap.md (#13551)
author | CalebLarsen <43345286+CalebLarsen@users.noreply.github.com> |
---|---|
date | Sat, 17 May 2025 07:43:27 -0500 |
parents | 1b2e7ff7125d |
children | cd3bae73b429 |
files | book/src/keymap.md |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/book/src/keymap.md Sat May 17 07:42:52 2025 -0500 +++ b/book/src/keymap.md Sat May 17 07:43:27 2025 -0500 @@ -47,9 +47,9 @@ | `W` | Move next WORD start | `move_next_long_word_start` | | `B` | Move previous WORD start | `move_prev_long_word_start` | | `E` | Move next WORD end | `move_next_long_word_end` | -| `t` | Find 'till next char | `find_till_char` | +| `t` | Find till next char | `find_till_char` | | `f` | Find next char | `find_next_char` | -| `T` | Find 'till previous char | `till_prev_char` | +| `T` | Find till previous char | `till_prev_char` | | `F` | Find previous char | `find_prev_char` | | `G` | Go to line number `<n>` | `goto_line` | | `Alt-.` | Repeat last motion (`f`, `t`, `m`, `[` or `]`) | `repeat_last_motion` |