aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 818168b..99a59e8 100644
--- a/vimrc
+++ b/vimrc
@@ -187,6 +187,10 @@
" 2014.06.02:
" * Change <leader>tx to <leader>td. Typing "tx" is too uncomfortable.
"
+" 2014.06.03:
+" * Ignore "vendor/" directories when searching in Command-T. Makes it
+" easier to search in Ruby projects.
+"
" Pathogen
@@ -320,6 +324,9 @@ endif
" Remap Command-T from <leader>t to <leader>d (BBEdit style)
nnoremap <leader>d :CommandT<cr>
+" Directories & files to ignore during Command-T searches
+let g:CommandTWildIgnore=&wildignore . ",*/vendor/*"
+
" NERDTree
" Alphabetical sort ordering