Skip to content

Instantly share code, notes, and snippets.

@worldofprasanna
Last active November 3, 2016 16:50
Show Gist options
  • Save worldofprasanna/f0b369b5c8b0b30800f717beab55e553 to your computer and use it in GitHub Desktop.
Save worldofprasanna/f0b369b5c8b0b30800f717beab55e553 to your computer and use it in GitHub Desktop.
Quick Ref for vim plugins used

Nerd Tree

  • To show hidden files - I
  • To toggle NerdTree - Ctrl + n

Vim Surround

  • To surround a word with " - ysiw" (instead of iw - other text objects can be used like ip, iW )
  • To change " to ' - cs"'

Zoom Vim

To toggle zoom in a pane - Ctrl + w, o

Tagbar

To toggle tagbar - F12

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