VIM
Just a repo that stores frequently used commands from Vim.
⌨️ Key
Enter edit mode
This "key" will let you enter edit mode in Vim.
iLeave
This "key" will let you exit edit mode in Vim.
escSave update
This "key" will save the file and exit Vim editor.
:wqExit without saving in the middle of typing.
This "key" will let you exit from the VIM editor without saving the file.
:cq!Last updated
Was this helpful?