Basic Vim commands
:help [keyword] - Performs a search of help documentation for whatever keyword you enter:e [file] - Opens a file, where [file] is the name of the file you want opened:w - Saves the file you are working on:w [filename] - Allows you to save your file with the name you’ve defined:wq - Save your file and close Vim:q! - Quit without first saving the file you were working on
Comments
Post a Comment