Update index.md (#29211)

Add another navigation technique
This commit is contained in:
Tristan Payne
2019-06-15 20:48:54 -05:00
committed by Tom
parent 0ffca02ec1
commit 7b4ea8e098

View File

@ -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 - `gg` brings you to the start of the file
- `G` brings you to the end 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)` 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 ## Saving
1. Press `Escape` to make sure you're in `normal mode`; 1. Press `Escape` to make sure you're in `normal mode`;