From b9c58948b9f348f96633a668fb8288b510c8aa05 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Mon, 15 Apr 2019 06:53:23 +0200 Subject: [PATCH] ctrlp: match window * NEW Sets the match window. Signed-off-by: iGor milhit --- init.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 3c0a773..79d2f41 100644 --- a/init.vim +++ b/init.vim @@ -107,7 +107,9 @@ let g:netrw_winsize = 20 let g:vim_json_syntax_conceal = 0 " 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' " enable caching let g:ctrlp_use_caching = 1