diff options
author | Wojciech Kępka | 2021-06-08 06:25:55 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-08 08:22:37 +0000 |
commit | 48df05b16dba362366b63284c2e551c51995fb66 (patch) | |
tree | 9f8d6442c74c50c46ac7ad1979fea8a3fa0bb731 /book | |
parent | b873fb9897bb5b24a60cca3d9fa69285446a857f (diff) |
commands: Add goto first non-whitespace char of line
Diffstat (limited to 'book')
-rw-r--r-- | book/src/keymap.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 705c4ab1..c7ffbb26 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -133,6 +133,7 @@ Jumps to various locations. | e | Go to the end of the file | | h | Go to the start of the line | | l | Go to the end of the line | +| s | Go to first non-whitespace character 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 | |