aboutsummaryrefslogtreecommitdiff
path: root/book/src
diff options
context:
space:
mode:
authorWojciech Kępka2021-06-08 06:25:55 +0000
committerBlaž Hrastnik2021-06-08 08:22:37 +0000
commit48df05b16dba362366b63284c2e551c51995fb66 (patch)
tree9f8d6442c74c50c46ac7ad1979fea8a3fa0bb731 /book/src
parentb873fb9897bb5b24a60cca3d9fa69285446a857f (diff)
commands: Add goto first non-whitespace char of line
Diffstat (limited to 'book/src')
-rw-r--r--book/src/keymap.md1
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 |