what-is-the-commands
  • what-is-the-commands
  • Title
  • Flutter
  • Git
  • Ionic
  • VIM
Powered by GitBook
On this page

Was this helpful?

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!
PreviousIonic

Last updated 3 years ago

Was this helpful?