From 793a08c1895a456d8413ff89cefe067b3e035662 Mon Sep 17 00:00:00 2001 From: gre-ilya Date: Wed, 1 Oct 2025 11:04:11 +0500 Subject: [PATCH] minors --- new-info.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/new-info.txt b/new-info.txt index 5995306..589401e 100644 --- a/new-info.txt +++ b/new-info.txt @@ -28,7 +28,7 @@ Commands: Ctrl-G -- get where you are in the file zt -- like below, but to the top zz -- moves context to the middle of the current cursor pos - zt -- like above, but to the bottom + zb -- like above, but to the bottom * -- finds word under cursor in the file # -- same like above, but to the other direction /the\> -- finds only words that ends in "the " @@ -41,7 +41,9 @@ Commands: `[a-z] -- move to the row and column with the mark :set hlsearch -- will highlight all matches :set ignorecase -- to ignore letter case during searches - :set number -- show line numbers :set nonumber -- unshow line numbers :set ruler -- show in the bottom right corner where is your cursor + :set number -- show line numbers + :set nonumber -- unshow line numbers + :set ruler -- show in the bottom right corner where is your cursor :marks -- see all available marks :marks p -- to see where mark are specified :marks pF -- to see where several marks are specified