diff options
author | Blaž Hrastnik | 2021-05-18 09:27:52 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-18 09:28:32 +0000 |
commit | 9c24f1ec0e325da43a81d654ec91cdf68d4ccafc (patch) | |
tree | cec2c5a8402eb10e6f0b643f58bfe93399c1f8cb /book | |
parent | f99a6839918d43773e061933cd240b877aec94c0 (diff) |
Drop selection_lines completely, change move_line_start binding
Diffstat (limited to 'book')
-rw-r--r-- | book/src/keymap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 4c7c8306..9c8c23d6 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -17,7 +17,7 @@ | f | find next char | | T | find 'till previous char | | F | find previous char | -| 0 | move to the start of the line | +| ^ | move to the start of the line | | $ | move to the end of the line | | m | Jump to matching bracket | | PageUp | Move page up | |