From 3b413794ec41e1c55623f13b37fded3c4222cd0a Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 8 Oct 2021 06:08:59 -0700 Subject: [PATCH] updated vim notes --- vim_notes.txt | 4 ++++ 1 file changed, 4 insertions(+) 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: :!