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