From 7b4ea8e098f10b0790fc59606a50bf7bb3537d1b Mon Sep 17 00:00:00 2001 From: Tristan Payne Date: Sat, 15 Jun 2019 20:48:54 -0500 Subject: [PATCH] Update index.md (#29211) Add another navigation technique --- guide/english/vim/useful-commands/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/vim/useful-commands/index.md b/guide/english/vim/useful-commands/index.md index 21e818632d..f707584538 100644 --- a/guide/english/vim/useful-commands/index.md +++ b/guide/english/vim/useful-commands/index.md @@ -19,6 +19,7 @@ Depending on the configuration, you may enter a file browser by typing and enter - `gg` brings you to the start of the file - `G` brings you to the end of the file - `:(num)` brings you to a specific line in your file (ex- :42 brings you to line 42) +- `(num)G` also brings you to a specific line in your file (ex- 42G brings you to line 42) ## Saving 1. Press `Escape` to make sure you're in `normal mode`;