Fix invalid layout example

This commit is contained in:
Junegunn Choi
2019-06-08 23:29:43 +09:00
parent 5c87ab86c0
commit 91ed5f4b39
2 changed files with 2 additions and 2 deletions

View File

@@ -124,7 +124,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' }
let g:fzf_layout = { 'window': '10split' }
let g:fzf_layout = { 'window': '10new' }
" Customize fzf colors to match your color scheme
let g:fzf_colors =