Linux
Monday, April 22, 2013
Sunday, May 10, 2009
Gvim tip #1
To delete a line containing a pattern
:g/profile/dReference:
To see the lines that this command will delete
:g/profile
[1] http://vim.wikia.com/wiki/Delete_all_lines_containing_a_pattern
Labels: gvim
