ctrlp: match window
* NEW Sets the match window. Signed-off-by: iGor milhit <igor@milhit.ch>server
parent
b901b42284
commit
b9c58948b9
2
init.vim
2
init.vim
|
@ -107,6 +107,8 @@ let g:netrw_winsize = 20
|
||||||
let g:vim_json_syntax_conceal = 0
|
let g:vim_json_syntax_conceal = 0
|
||||||
|
|
||||||
" ctrlP
|
" ctrlP
|
||||||
|
" match window position
|
||||||
|
let g:ctrlp_match_window = 'top,order:ttb,min:1,max:10,results:10'
|
||||||
"set the working directory
|
"set the working directory
|
||||||
let g:ctrlp_working_path_mode = 'ra'
|
let g:ctrlp_working_path_mode = 'ra'
|
||||||
" enable caching
|
" enable caching
|
||||||
|
|
Loading…
Reference in New Issue