mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 21:05:09 +00:00
Update doc/fzf.txt accordingly
This commit is contained in:
parent
50e989ca85
commit
2216169ca1
@ -87,9 +87,7 @@ Examples~
|
|||||||
" In Neovim, you can set up fzf window using a Vim command
|
" In Neovim, you can set up fzf window using a Vim command
|
||||||
let g:fzf_layout = { 'window': 'enew' }
|
let g:fzf_layout = { 'window': 'enew' }
|
||||||
let g:fzf_layout = { 'window': '-tabnew' }
|
let g:fzf_layout = { 'window': '-tabnew' }
|
||||||
|
let g:fzf_layout = { 'window': '10split enew' }
|
||||||
" This will split only under the current window.
|
|
||||||
let g:fzf_layout = { 'window': '10 split | enew'}
|
|
||||||
|
|
||||||
" Customize fzf colors to match your color scheme
|
" Customize fzf colors to match your color scheme
|
||||||
let g:fzf_colors =
|
let g:fzf_colors =
|
||||||
|
Loading…
Reference in New Issue
Block a user