Add clarification

G - [goes to last line](https://vimhelp.org/motion.txt.html#G)
This commit is contained in:
Tejasvi S Tomar
2021-04-29 16:47:32 +05:30
committed by GitHub
parent aa42c2ec72
commit 0f978269c0

View File

@ -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