Author: Aaron Phalen | Twitter: @aaron_phalen | Email: [email protected]
#Useful Vi Editor Commands
- :w --> save to a file
- :q --> quit out of editor file
- :q! --> quit out of editor without saving file
- w --> move one word forward at a time in file
- b --> move one word back at a time in file
- :wq --> save file and quit editor