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

Update doc/fzf.txt accordingly

parent 50e989ca
No related branches found
No related tags found
No related merge requests found
......@@ -87,9 +87,7 @@ Examples~
" 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