From edcdd7cc832dcc079017d8b234389e83f0c7e36f Mon Sep 17 00:00:00 2001 From: Manda Putra Date: Sun, 17 May 2020 07:21:00 +0700 Subject: change --info-inline to --inline-info. standart way following man pages --- plug-config/fzf.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plug-config') diff --git a/plug-config/fzf.vim b/plug-config/fzf.vim index 2e40f6e4..fbb5457f 100644 --- a/plug-config/fzf.vim +++ b/plug-config/fzf.vim @@ -22,7 +22,7 @@ let g:fzf_tags_command = 'ctags -R' " Border color let g:fzf_layout = {'up':'~90%', 'window': { 'width': 0.8, 'height': 0.8,'yoffset':0.5,'xoffset': 0.5, 'highlight': 'Todo', 'border': 'sharp' } } -let $FZF_DEFAULT_OPTS = '--layout=reverse --info=inline' +let $FZF_DEFAULT_OPTS = '--layout=reverse --inline-info' let $FZF_DEFAULT_COMMAND="rg --files --hidden --glob '!.git/**'" "-g '!{node_modules,.git}' @@ -44,7 +44,7 @@ let g:fzf_colors = "Get Files command! -bang -nargs=? -complete=dir Files - \ call fzf#vim#files(, fzf#vim#with_preview({'options': ['--layout=reverse', '--info=inline']}), 0) + \ call fzf#vim#files(, fzf#vim#with_preview({'options': ['--layout=reverse', '--inline-info']}), 0) " Get text in files with Rg -- cgit v1.2.3