Remove CommandT and rebind ,t to CtrlP plugin

This commit is contained in:
yan
2012-01-24 10:19:23 -08:00
parent c06bacd431
commit 68442f5a30
7 changed files with 37 additions and 36 deletions

5
vimrc
View File

@@ -22,7 +22,7 @@ set gcr=a:blinkon0 "Disable cursor blink
set autoread "Reload files changed outside vim
" This makes vim act like all other editors, buffers can
" exist in the background without being in a window.
" exist in the background without being in a window.
" http://items.sjbach.com/319/configuring-vim-right
set hidden
@@ -80,7 +80,8 @@ set nofoldenable "dont fold by default
set wildmode=list:longest
set wildmenu "enable ctrl-n and ctrl-p to scroll thru matches
set wildignore=*.o,*.obj,*~ "stuff to ignore when tab completing
set wildignore+=*/.git/*,*/.hg/*,*/.svn/* " for Linux/MacOSX
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*
set wildignore+=*vim/backups*
"