Fix incorrect fzf_layout example (#769)

This commit is contained in:
Junegunn Choi
2019-02-22 10:54:51 +09:00
parent 9b50e2fd5f
commit b31512e2a2
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ See {README-VIM.md}{4} of the main fzf repository for details.
" In Neovim, you can set up fzf window using a Vim command
let g:fzf_layout = { 'window': 'enew' }
let g:fzf_layout = { 'window': '-tabnew' }
let g:fzf_layout = { 'window': '10split enew' }
let g:fzf_layout = { 'window': '10split' }
" Customize fzf colors to match your color scheme
let g:fzf_colors =