mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-18 00:03:39 -05:00
i prefer FZF splitting only under the current window, and I'm sure other people might as well too.
@@ -29,6 +29,9 @@ let g:fzf_layout = { 'down': '~40%' }
|
|||||||
let g:fzf_layout = { 'window': 'enew' }
|
let g:fzf_layout = { 'window': 'enew' }
|
||||||
let g:fzf_layout = { 'window': '-tabnew' }
|
let g:fzf_layout = { 'window': '-tabnew' }
|
||||||
|
|
||||||
|
" 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 =
|
||||||
\ { 'fg': ['fg', 'Normal'],
|
\ { 'fg': ['fg', 'Normal'],
|
||||||
|
|||||||
Reference in New Issue
Block a user