aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-18 09:27:52 +0000
committerBlaž Hrastnik2021-05-18 09:28:32 +0000
commit9c24f1ec0e325da43a81d654ec91cdf68d4ccafc (patch)
treecec2c5a8402eb10e6f0b643f58bfe93399c1f8cb /book/src/keymap.md
parentf99a6839918d43773e061933cd240b877aec94c0 (diff)
Drop selection_lines completely, change move_line_start binding
Diffstat (limited to 'book/src/keymap.md')
-rw-r--r--book/src/keymap.md2
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 |