diff --git a/.vimrc b/.vimrc index 4f182e3..fc5b817 100644 --- a/.vimrc +++ b/.vimrc @@ -50,7 +50,7 @@ Plugin 'ryanoasis/vim-webdevicons' " Quickly open files, fuzzy search on name Plugin 'kien/ctrlp.vim' "let g:ctrlp_map = 't' -let g:ctrlp_match_window_bottom = 0 +let g:ctrlp_match_window_bottom = 1 let g:ctrlp_match_window_reversed = 0 let g:ctrlp_custom_ignore = '\v\~$|\.(o|swp|pyc|wav|mp3|ogg|blend)$|(^|[/\\])\.(hg|git|bzr)($|[/\\])|__init__\.py' let g:ctrlp_working_path_mode = 0