From 31690932c597186cdf8633b0f9f2b4df25b4733c Mon Sep 17 00:00:00 2001 From: Mahyar Date: Wed, 4 Aug 2021 01:32:22 +0430 Subject: [PATCH] added 'ngg' command hello There :) i noticed that you did not mention 'ngg' for going to line n so i added it at line 32 p.s: it's my first contribution :D regards --- tools/vim.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/vim.txt b/tools/vim.txt index 682e0c7..6aa912d 100644 --- a/tools/vim.txt +++ b/tools/vim.txt @@ -29,6 +29,7 @@ $ end of line move line downwards, on the first non blank character gg go to first line G go to last line +ngg go to line n nG go To line n :n go To line n ) move the cursor forward to the next sentence.