aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNexiNov2022-01-12 15:43:03 +0000
committerGitHub2022-01-12 15:43:03 +0000
commitf77dbc7c8350ccc3f5270cae4a7d53e47f36a06c (patch)
tree2fced106a593668bf27093597cf82cd0efea9f4e
parent8d273a561387ceb0bcc9c9f8c9fa90a64204118f (diff)
Minor(book): Add `G` in normal mode (#1482)
-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 70ec13b3..ea890575 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -25,6 +25,7 @@
| `f` | Find next char | `find_next_char` |
| `T` | Find 'till previous char | `till_prev_char` |
| `F` | Find previous char | `find_prev_char` |
+| `G` | Go to line number `<n>` | `goto_line` |
| `Alt-.` | Repeat last motion (`f`, `t` or `m`) | `repeat_last_motion` |
| `Home` | Move to the start of the line | `goto_line_start` |
| `End` | Move to the end of the line | `goto_line_end` |