In my .vimrc i have added this line
set number
But it only displays the line number for the lines that exist in the buffer, and not beyond this; after this it just shows ~.
How can I show line numbers for the entire visual area?
In my .vimrc i have added this line
set number
But it only displays the line number for the lines that exist in the buffer, and not beyond this; after this it just shows ~.
How can I show line numbers for the entire visual area?
10G(to do to the tenth line) simply won't work because from Vim's perspective there isn't a "tenth line"... Vim works a bit different than many other editors in this respect, which could be considered both a good and bad thing depending on your assumptions ;-) – Martin Tournoij Aug 28 '16 at 20:33