Skip to content
Snippets Groups Projects
Unverified Commit 50e989ca authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Update example in README-VIM

parent fa1fc3d8
No related branches found
No related tags found
No related merge requests found
......@@ -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 =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment