#Search for pattern in multiple files :vimgrep / pattern / {file} e.g. :vimgrep /acTest/ **/* #Jump to the next match…
#Search for pattern /pattern #Search backward for pattern ?pattern #’Very magic’ pattern: Non-alphanurmic characters are interpreted as special regex symbols(no…
#Write or save the file, but don’t exit :w #Write out the current file using sudo :w !sudo tee %…
#Yank or copy a line yy #Yank or copy 3 lines 3yy #Yank or copy the characters of the word…
#Open a file in a new tab :tabnew or :tabnew < file > #Move the current split window into its…