summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-12-08 01:40:18 +0100
committerTharre <tharre3@gmail.com>2016-10-07 20:13:38 +0000
commit6e7790a1106d759ceee7d91658eda35cb94bfd0c (patch)
treeaba371f62c008046300d4db082cf87f1770a3d7b /shell
parent76f4b5deba873844407d976c1b222b7bf8decc3f (diff)
downloaddotfiles-6e7790a1106d759ceee7d91658eda35cb94bfd0c.tar.gz
dotfiles-6e7790a1106d759ceee7d91658eda35cb94bfd0c.tar.xz
dotfiles-6e7790a1106d759ceee7d91658eda35cb94bfd0c.zip
vim: ctrlp: set max_files to 1 million
Diffstat (limited to 'shell')
-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