diff --git a/vim_notes.txt b/vim_notes.txt index d2516d2d..c1b1ad94 100644 --- a/vim_notes.txt +++ b/vim_notes.txt @@ -74,6 +74,10 @@ CTRL + F (Page Down) :%s/word_to_replace/new_word/g +# Delete all blank lines: + +g/^\s*$/d + # Running Bash Commands from within Vim: :!