# HG changeset patch # User Steve Losh # Date 1286466405 14400 # Node ID f0175ad134fded296fc3332a70b0e74878608a33 # Parent 3266fc9a731d4716c6b091ad9ca15a716445a844 vim: moar diff -r 3266fc9a731d -r f0175ad134fd vim/.vimrc --- a/vim/.vimrc Wed Oct 06 22:02:01 2010 -0400 +++ b/vim/.vimrc Thu Oct 07 11:46:45 2010 -0400 @@ -201,6 +201,9 @@ " Scratch nmap :Sscratchx:resize 15 +" Make selecting inside an HTML tag less dumb +nnoremap Vit vitVkoj + " Diff nmap d :!hg diff % @@ -256,11 +259,17 @@ " Tags! let Tlist_Ctags_Cmd = "/usr/local/bin/ctags" let Tlist_WinWidth = 50 +let Tlist_Show_One_File = 1 map :TlistToggle map T :!/usr/local/bin/ctags --exclude='**/ckeditor' -R . $(test -f .venv && echo ~/lib/virtualenvs/`cat .venv`) " Rope source $HOME/.vim/sadness/ropevim/rope.vim +let ropevim_enable_shortcuts = 0 +let ropevim_guess_project = 1 +noremap rr :RopeRename +vnoremap rm :RopeExtractMethod +noremap roi :RopeOrganizeImports if has('gui_running') set guifont=Menlo:h12