Vim
Delete lines
Delete single line
Delete all lines
Delete multiple lines
Delete lines by a given pattern
Delete lines that contain a certain word, press ESC and run
Delete every line that doesn't contain the word "lazy"
Delete lines that begin with a certain letter, say 'A'
Delete lines that begin with a special character like $ sign, prefix the character with a backslash
Get rid of all blank lines
Last updated