Skip to content

Instantly share code, notes, and snippets.

@skwid138
Last active May 3, 2021 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skwid138/78d163386c03c98091ab0f808a000bf6 to your computer and use it in GitHub Desktop.
Save skwid138/78d163386c03c98091ab0f808a000bf6 to your computer and use it in GitHub Desktop.

Vim/Vi Commands

Delete an entire line dd (cannot be in Insert mode)

Enter Insert mode to edit the file i

Exit Insert mode esc

Save and Exit Vim :wq (cannot be in Insert mode)

Wrap text at 80 characters :set textwidth=80 (cannot be in Insert mode)

Quit WITHOUT saving :q! (cannot be in Insert mode)


~/.vmrc

Comment in ~/.vimrc " A single double quote to the right side will comment

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