vi - Vim delete blank lines - Stack Overflow :g/^$/d :g will execute a command on lines which match...

Please Visit: http://ift.tt/1ajReyV



vi - Vim delete blank lines - Stack Overflow



:g/^$/d

:g will execute a command on lines which match a regex. The regex is 'blank line' and the command is :d (delete)

http://ift.tt/1frmxRs

http://ift.tt/1xicsLj



vi - Vim delete blank lines - Stack Overflow







from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/1mUIRnU

via LifeLong Community

No comments:

Post a Comment