diff options
-rw-r--r-- | _config/105-fzf.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_config/105-fzf.vim b/_config/105-fzf.vim index 61043b5..e2b58c3 100644 --- a/_config/105-fzf.vim +++ b/_config/105-fzf.vim @@ -29,3 +29,5 @@ endif nmap <Leader>; :Buffers<CR> imap <c-x><c-f> <plug>(fzf-complete-path) +" refs: https://github.com/junegunn/fzf.vim/issues/821#issuecomment-581481211 +let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6, 'highlight': 'Todo' } } |