aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
authorIvan Tham2021-12-18 14:58:17 +0000
committerGitHub2021-12-18 14:58:17 +0000
commitf174d27d0d1ab5d981c6902a54035db4ffde839f (patch)
tree34dfd5e7057ffe4c2a3fb79d5f639a61042bc0b2 /book/src/keymap.md
parent02fc52f6d52c91c691dd2b7f9312b81aa20b8cbb (diff)
Change text for gg to explain <n>gg (#1287)
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 f0a2cb30..d84b17b8 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -161,7 +161,7 @@ Jumps to various locations.
| Key | Description | Command |
| ----- | ----------- | ------- |
-| `g` | Go to the start of the file | `goto_file_start` |
+| `g` | Go to line number `<n>` else start of file | `goto_file_start` |
| `e` | Go to the end of the file | `goto_last_line` |
| `f` | Go to files in the selection | `goto_file` |
| `h` | Go to the start of the line | `goto_line_start` |