* "File>new" can be done by ':enew'
* top of the file is 'gg' and not just 'g'
* bottom of the file is 'G' and not 'GG' ;)
* in addition to ':20<CR>' you can use just '20G' to go to line 20
* to sort all of the file use ':%!sort<CR>', no need to use '0,$'
reply
* "File>new" can be done by ':enew'
* top of the file is 'gg' and not just 'g'
* bottom of the file is 'G' and not 'GG' ;)
* in addition to ':20<CR>' you can use just '20G' to go to line 20
* to sort all of the file use ':%!sort<CR>', no need to use '0,$'
reply