mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Add clarification
G - [goes to last line](https://vimhelp.org/motion.txt.html#G)
This commit is contained in:
@ -41,7 +41,7 @@ Motions:
|
||||
* `j` - down by `n` lines
|
||||
* `k` - up by `n` lines
|
||||
* `l` - right
|
||||
* `G` - go to line
|
||||
* `G` - go to last line
|
||||
* `gg` - go to first line
|
||||
* `g0` - go to start of screen line
|
||||
* `g^` - go to first non whitespace character of screen line
|
||||
|
||||
Reference in New Issue
Block a user