Posts by DJMcMayhem • 201 points
2 posts
-
3
votes1
answer46
viewsA: Open recent files in vim
I use this command a lot. You don’t have to go to the bottom of the page to enter the document number. If you press "q", the vim will allow you to enter the document number. It will immediately…
vimanswered DJMcMayhem 201 -
4
votes4
answers416
viewsA: How to remove multiple blank lines in sequence with vim?
Sorry for my poor Portuguese. I used Google Translator. Edit any bad grammar you see :) You can use the following command: :%s/^$\n^$ This informs to vim to remove any occurrence of two empty lines…
vimanswered DJMcMayhem 201