If you're using Pentadactyl (or Vimperator), then you get this with Ctrl-i. Vimperator (and now Pentadactyl) is the reason my main browser has been Firefox for a long time.
Nice list. The "Github repository" link for CloseTag points to Command-T.
Also the SuperTab repo you linked is a mirror of an obsolete vimscript. It has a new maintainer and that maintainer's repo is at https://github.com/ervandew/supertab.
Continuing with errata: "git submodule add git://github.com/majutsushi/tagbar.git bundle/fugitive" should be "git submodule add git://github.com/majutsushi/tagbar.git bundle/tagbar"
Janus is amazing. I replaced all of the hassle of maintaining a bunch of plugins and vimrc with Janus and a few lines in ~/.vimrc.local and ~/.janus.rake
With Janus, you can easily remove things you dont want and add plugins you need.
I do all(not counting using the textarea inside the web
browser) of my editing inside vim. Even when I need to
use a word processor, I first type my content inside vim
and then open the word processor to format it.
If he were an Emacs user, he could format his text using Emacs' Org mode rather than copying the text to a word processor. Text formatted using Org mode can be exported to numerous formats, including HTML, LaTeX, and PDF. Also, if he were an Emacs user, he could use Org mode to create and edit spreadsheets, limiting his use of an office suite to an even greater degree.
Why is this being voted down? Is the poster offending someone? Why, when having these fun editor discussions are we not allowed to bring up, and compare the competition?
Close for me too. Since he mentioned TagClose and DelimitMate to close various stuff magically I find it notable to mention vim-surround [1], which allows for both tag and various stuff to be changed at will.
For the ~/.vim layout I actually have a bundle dir but also a bundle.available dir. In the latter land all vim plugin git submodules I might need while the former contains links to those I actually want active.