Add more g:fzf_layout examples

This commit is contained in:
Junegunn Choi 2016-07-02 20:32:24 +09:00
parent 81f3523611
commit e0182d3371
No known key found for this signature in database
GPG key ID: 254BC280FEF9C627
2 changed files with 8 additions and 2 deletions

View file

@ -100,9 +100,12 @@ let g:fzf_action = {
" Default fzf layout
" - down / up / left / right
" - window (nvim only)
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' }
" Customize fzf colors to match your color scheme
let g:fzf_colors =
\ { 'fg': ['fg', 'Normal'],

View file

@ -129,9 +129,12 @@ Global options~
" Default fzf layout
" - down / up / left / right
" - window (nvim only)
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' }
" Customize fzf colors to match your color scheme
let g:fzf_colors =
\ { 'fg': ['fg', 'Normal'],