diff options
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | shell/_vim/bundle/ctrlp.vim | 0 | ||||
-rw-r--r-- | shell/_vimrc | 5 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 73d58fe..b7c2c87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "shell/_vim/bundle/gundo.vim"] path = shell/_vim/bundle/gundo.vim url = https://github.com/sjl/gundo.vim.git +[submodule "shell/_vim/bundle/ctrlp.vim"] + path = shell/_vim/bundle/ctrlp.vim + url = https://github.com/ctrlpvim/ctrlp.vim.git diff --git a/shell/_vim/bundle/ctrlp.vim b/shell/_vim/bundle/ctrlp.vim new file mode 160000 +Subproject 7a80267ed061f3dc30bb319f438bdadfd8c7b1f diff --git a/shell/_vimrc b/shell/_vimrc index f500e3d..7b03379 100644 --- a/shell/_vimrc +++ b/shell/_vimrc @@ -106,3 +106,8 @@ nnoremap <leader>u :GundoToggle<CR> " turn off search highlight nnoremap <leader><space> :nohlsearch<CR> + +set wildignore+=*.a,*.o,*.class +set wildignore+=*.bmp,*.gif,*.ico,*.jpg,*.jpeg,*.png +set wildignore+=.DS_Store,.git,.hg,.svn +set wildignore+=*~,*.swp,*.tmp |