aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
authornotoria2021-06-04 07:34:08 +0000
committerBlaž Hrastnik2021-06-04 08:26:16 +0000
commitadcfcf904445336340944bce3f699bb6365ebf2b (patch)
tree71162c800469515751d3865b27abb42123370632 /book/src/keymap.md
parent4f0e3aa948a83c0d94f942448bfa7740532e55b7 (diff)
Replace ^/$ with gh/gl
Diffstat (limited to 'book/src/keymap.md')
-rw-r--r--book/src/keymap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 82cd9f33..234766ca 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -17,8 +17,6 @@
| f | find next char |
| T | find 'till previous char |
| F | find previous char |
-| ^ | move to the start of the line |
-| $ | move to the end of the line |
| m | Jump to matching bracket |
| PageUp | Move page up |
| PageDown | Move page down |
@@ -118,6 +116,8 @@ Jumps to various locations.
|-----|-----------|
| g | Go to the start of the file |
| e | Go to the end of the file |
+| h | Go to the start of the line |
+| l | Go to the end of the line |
| t | Go to the top of the screen |
| m | Go to the middle of the screen |
| b | Go to the bottom of the screen |