1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Show ctrlp file listing at the bottom

This commit is contained in:
2015-06-22 09:27:00 +02:00
parent 8cb5809a9b
commit 82eb619062

2
.vimrc
View File

@@ -50,7 +50,7 @@ Plugin 'ryanoasis/vim-webdevicons'
" Quickly open files, fuzzy search on name
Plugin 'kien/ctrlp.vim'
"let g:ctrlp_map = '<Leader>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