ctrlp: match window

* NEW Sets the match window.

Signed-off-by: iGor milhit <igor@milhit.ch>
server
iGor milhit 2019-04-15 06:53:23 +02:00
parent b901b42284
commit b9c58948b9
No known key found for this signature in database
GPG Key ID: 3B5043D919E99ED2
1 changed files with 3 additions and 1 deletions

View File

@ -107,7 +107,9 @@ let g:netrw_winsize = 20
let g:vim_json_syntax_conceal = 0 let g:vim_json_syntax_conceal = 0
" ctrlP " ctrlP
" set the working directory " match window position
let g:ctrlp_match_window = 'top,order:ttb,min:1,max:10,results:10'
"set the working directory
let g:ctrlp_working_path_mode = 'ra' let g:ctrlp_working_path_mode = 'ra'
" enable caching " enable caching
let g:ctrlp_use_caching = 1 let g:ctrlp_use_caching = 1