mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 12:55:17 +00:00
Update example in README-VIM
This commit is contained in:
parent
fa1fc3d855
commit
50e989ca85
@ -62,9 +62,7 @@ let g:fzf_layout = { 'down': '~40%' }
|
||||
" In Neovim, you can set up fzf window using a Vim command
|
||||
let g:fzf_layout = { 'window': 'enew' }
|
||||
let g:fzf_layout = { 'window': '-tabnew' }
|
||||
|
||||
" This will split only under the current window.
|
||||
let g:fzf_layout = { 'window': '10 split | enew'}
|
||||
let g:fzf_layout = { 'window': '10split enew' }
|
||||
|
||||
" Customize fzf colors to match your color scheme
|
||||
let g:fzf_colors =
|
||||
|
Loading…
Reference in New Issue
Block a user