From 05b39f8abb8182bf9968ce0729f0019f78f9d61e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 6 Jul 2014 22:15:38 -0400 Subject: vimrc: ignore node_modules/ from Command-T --- vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 84252be..8a9e0d7 100644 --- a/vimrc +++ b/vimrc @@ -244,6 +244,9 @@ " to go back & forth between an opening tag and closing tag that " extended beyond the page. No more straining to follow a tab stop. " +" 2014.07.06: +" * Ignore `node_modules/` directory from Command-T. +" " Pathogen @@ -380,7 +383,7 @@ nnoremap d :CommandT nnoremap sf :CommandTFlush " Directories & files to ignore during Command-T searches -let g:CommandTWildIgnore=&wildignore . ",*/vendor/*" +let g:CommandTWildIgnore=&wildignore . ",*/vendor/*,*/node_modules/*" " NERDTree -- cgit v1.2.3