File manipulation (saving, writing, compiling, etc) Flashcards
1
Q
Write current file
A
:w or :write
2
Q
Write current file, if modified, and quit
A
ZZ
3
Q
Quit without checking for changes (like :q!)
A
ZQ
4
Q
Run a compiler and enter quick-fix mode
A
:m or :make
5
Q
Read external program output into current file
A
:r or :read
6
Q
Write current file and quit
A
:wp