This commit is contained in:
gre-ilya 2025-10-01 11:04:11 +05:00
parent 8027de1743
commit 793a08c189

View File

@ -28,7 +28,7 @@ Commands:
Ctrl-G -- get where you are in the file Ctrl-G -- get where you are in the file
zt -- like below, but to the top zt -- like below, but to the top
zz -- moves context to the middle of the current cursor pos 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 * -- finds word under cursor in the file
# -- same like above, but to the other direction # -- same like above, but to the other direction
/the\> -- finds only words that ends in "the " /the\> -- finds only words that ends in "the "
@ -41,7 +41,9 @@ Commands:
`[a-z] -- move to the row and column with the mark `[a-z] -- move to the row and column with the mark
:set hlsearch -- will highlight all matches :set hlsearch -- will highlight all matches
:set ignorecase -- to ignore letter case during searches :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 -- see all available marks
:marks p -- to see where mark are specified :marks p -- to see where mark are specified
:marks pF -- to see where several marks are specified :marks pF -- to see where several marks are specified