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.
i
Leave
This "key" will let you exit edit mode in Vim.
esc
Save update
This "key" will save the file and exit Vim editor.
:wq
Exit 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?