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

View File

@@ -6,8 +6,7 @@ hi! link rubyDefine rubyControl
" This is a better cursor
hi! link Cursor VisualNOS
" This is a bit nicer visual selection, and
" as a side bonus it makes CommandT look better
" This is a bit nicer visual selection
hi! link Visual DiffChange
" Search is way too distracting in original Solarized
@@ -35,3 +34,6 @@ hi! link rubySymbol rubyBlockParameter
hi! link Delimiter Identifier
hi! link rDollar Identifier
" For vimscript, don' tlike red..
hi link vimMapModKey Operator
hi link vimNotation Label