Global and Files
:h[elp] keyword |
Open help for keyword. |
:e file |
Edit or open a file. |
:sav[eas] file |
Save current buffer as another filename. |
:w |
Save. |
:wq / :x |
Save and quit. |
:q |
Quit current file/window. |
:q! |
Quit without saving changes. |
:qa |
Quit all files. |
ZZ / ZQ |
Save+quit / quit without saving. |
:ter[minal] |
Open a terminal window. |