summaryrefslogtreecommitdiffstats
path: root/shell/_vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'shell/_vimrc')
-rw-r--r--shell/_vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/_vimrc b/shell/_vimrc
index 7b03379..eaa0384 100644
--- a/shell/_vimrc
+++ b/shell/_vimrc
@@ -111,3 +111,6 @@ set wildignore+=*.a,*.o,*.class
set wildignore+=*.bmp,*.gif,*.ico,*.jpg,*.jpeg,*.png
set wildignore+=.DS_Store,.git,.hg,.svn
set wildignore+=*~,*.swp,*.tmp
+
+" ctrlp
+let g:ctrlp_max_files = 1000000