diff options
Diffstat (limited to 'book')
-rw-r--r-- | book/src/keymap.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 234766ca..003d0845 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -17,6 +17,8 @@ | f | find next char | | T | find 'till previous char | | F | find previous char | +| Home | move to the start of the line | +| End | move to the end of the line | | m | Jump to matching bracket | | PageUp | Move page up | | PageDown | Move page down | |