aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index c35b251..b595a16 100644
--- a/vimrc
+++ b/vimrc
@@ -213,6 +213,11 @@
" * Fix 'Open in TextMate' mapping: allow paths with spaces
" * Fix 'Open path in Finder' mapping: allow paths with spaces
"
+" 2014.06.25:
+" * Add mapping to CommandTFlush. Sometimes when I switch branches I'll
+" have to do this and typing :co<Tab><Tab><Tab><CR> multiple times a
+" day adds up.
+"
" Pathogen
@@ -345,6 +350,7 @@ endif
" Command-T
" Remap Command-T from <leader>t to <leader>d (BBEdit style)
nnoremap <leader>d :CommandT<cr>
+nnoremap <leader>sf :CommandTFlush<cr>
" Directories & files to ignore during Command-T searches
let g:CommandTWildIgnore=&wildignore . ",*/vendor/*"