Skip to content

Instantly share code, notes, and snippets.

@w3cj
Last active December 12, 2020 10:43
Show Gist options
  • Save w3cj/16bd4c9514a5522298f8 to your computer and use it in GitHub Desktop.
Save w3cj/16bd4c9514a5522298f8 to your computer and use it in GitHub Desktop.

Everything you really need to know about vim:

i - insert mode

esc - leave insert mode

: - enter command

q! - quit and ignore changes

wq! - quit and write changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment