# HG changeset patch # User Steve Losh # Date 1298397321 18000 # Node ID 408eea0aa65c55c8ab654314b683c5329b20d5e7 # Parent cfd04ac5dc85000f2ffc86b90e774039f18953b9 vim: add tag-regen mapping diff -r cfd04ac5dc85 -r 408eea0aa65c vim/.vimrc --- a/vim/.vimrc Tue Feb 22 12:49:42 2011 -0500 +++ b/vim/.vimrc Tue Feb 22 12:55:21 2011 -0500 @@ -485,6 +485,11 @@ endfunction " }}} " }}} +" Ctags ----------------------------------------------------------------------- {{{ + +map T :!/usr/local/bin/ctags --exclude='**/ckeditor' -R . $(test -f .venv && echo ~/lib/virtualenvs/`cat .venv`) + +" }}} " MacVim ---------------------------------------------------------------------- {{{ if has('gui_running')