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:
2
.vimrc
2
.vimrc
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user