summaryrefslogtreecommitdiffstats
path: root/README-VIM.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-04-01 12:06:25 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-04-01 12:06:25 +0900
commit50e989ca85ccaca7c80ab3c541020697a8dfcd77 (patch)
tree730de2ad25862e8e67045649c8246253f3a260b0 /README-VIM.md
parentfa1fc3d855dfccb4390ae0b91323a8d8fd660669 (diff)
Update example in README-VIM
Diffstat (limited to 'README-VIM.md')
-rw-r--r--README-VIM.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README-VIM.md b/README-VIM.md
index 06db5c8f..0cee3792 100644
--- a/README-VIM.md
+++ b/README-VIM.md
@@ -62,9 +62,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' }
-
-" This will split only under the current window.
-let g:fzf_layout = { 'window': '10 split | enew'}
+let g:fzf_layout = { 'window': '10split enew' }
" Customize fzf colors to match your color scheme
let g:fzf_colors =