Skip to content

Instantly share code, notes, and snippets.

@nishadhka
Last active November 8, 2019 10:57
Show Gist options
  • Save nishadhka/7183bf900c3126d6d6b117854b865c0f to your computer and use it in GitHub Desktop.
Save nishadhka/7183bf900c3126d6d6b117854b865c0f to your computer and use it in GitHub Desktop.
Handy vim commands

Handy vim commands

  1. To save :w
  2. to quit :q
  3. to start nerdtree :NERDTREE
  4. to move in nerdtree :ctrl+w
  5. to close a file :ctrl+w+q
  6. to select multple lines :v
  7. to cut :d
  8. to copy :y 1 to paste :p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment