From 0f978269c02fb5d2d48ba69fe9a8f1723f3f644e Mon Sep 17 00:00:00 2001 From: Tejasvi S Tomar <45873379+tejasvi@users.noreply.github.com> Date: Thu, 29 Apr 2021 16:47:32 +0530 Subject: [PATCH] Add clarification G - [goes to last line](https://vimhelp.org/motion.txt.html#G) --- vim-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim-sample/README.md b/vim-sample/README.md index b6184a88..e02c6334 100644 --- a/vim-sample/README.md +++ b/vim-sample/README.md @@ -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