summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README-VIM.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README-VIM.md b/README-VIM.md
index a42801db..2d9f9438 100644
--- a/README-VIM.md
+++ b/README-VIM.md
@@ -297,8 +297,8 @@ The latest versions of Vim and Neovim include builtin terminal emulator
" - height [float range [0 ~ 1]]
"
" Optional:
-" - xoffset [float default 0.0 range [0 ~ 1]]
-" - yoffset [float default 0.0 range [0 ~ 1]]
+" - xoffset [float default 0.5 range [0 ~ 1]]
+" - yoffset [float default 0.5 range [0 ~ 1]]
" - highlight [string default 'Comment']: Highlight group for border
" - border [string default 'rounded']: Border style ('rounded' | 'sharp' | 'horizontal')
let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }