Update doc/fzf.txt accordingly

pull/895/head
Junegunn Choi 7 years ago
parent 50e989ca85
commit 2216169ca1
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -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 =

Loading…
Cancel
Save