From b8d2b87c9817fa8223bfe94dcd7250bc81e6afac Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Sat, 7 Jan 2017 17:42:04 -0500 Subject: [PATCH] i prefer FZF splitting only under the current window, and I'm sure other people might as well too. --- Configuring-Vim-plugin.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Configuring-Vim-plugin.md b/Configuring-Vim-plugin.md index 419d469..8b190f5 100644 --- a/Configuring-Vim-plugin.md +++ b/Configuring-Vim-plugin.md @@ -29,6 +29,9 @@ let g:fzf_layout = { 'down': '~40%' } let g:fzf_layout = { 'window': 'enew' } 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 let g:fzf_colors = \ { 'fg': ['fg', 'Normal'],