From 82eb61906230a4c2a7c881f12a75f3f49677ac38 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Mon, 22 Jun 2015 09:27:00 +0200 Subject: [PATCH] Show ctrlp file listing at the bottom --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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