Just a repo that stores frequently used commands from Vim.
This "key" will let you enter edit mode in Vim.
i
This "key" will let you exit edit mode in Vim.
esc
This "key" will save the file and exit Vim editor.
:wq
This "key" will let you exit from the VIM editor without saving the file.
:cq!
Last updated 4 years ago