diff options
author | Tharre <tharre3@gmail.com> | 2015-12-08 01:40:18 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:38 +0000 |
commit | 6e7790a1106d759ceee7d91658eda35cb94bfd0c (patch) | |
tree | aba371f62c008046300d4db082cf87f1770a3d7b /shell | |
parent | 76f4b5deba873844407d976c1b222b7bf8decc3f (diff) | |
download | dotfiles-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/_vimrc | 3 |
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 |