Skip to content

Instantly share code, notes, and snippets.

@cloud8421
Created September 18, 2012 10:21
Show Gist options
  • Save cloud8421/3742450 to your computer and use it in GitHub Desktop.
Save cloud8421/3742450 to your computer and use it in GitHub Desktop.
Vim and Tmux workshop - 02 - Functionality

Vim provides a lot of functionality out of the box, however some plugins are extremely powerful and can make everything even better. Here are some:

  • Ctrlp: fuzzy finder, supports file and tag based search.
  • Snipmate: heavily inspired by Textmate, tab completion based on snippet files that can be language specific.
  • The silver searcher: vim bindings for the crazy fast ack alternative.
  • TComment: toggle comments in any language.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment