summaryrefslogtreecommitdiff
path: root/README-VIM.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-02-10 01:24:00 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-02-10 01:24:00 +0900
commit02c5e62efeda372ff918eb72fec3c1d2829275b3 (patch)
tree1087c1cd7841dc388c4d49d5832c01749d5d4c4c /README-VIM.md
parent446df07b6269d2fe519aa15c02b6b0d514f0d5dc (diff)
downloadfzf-02c5e62efeda372ff918eb72fec3c1d2829275b3.tar.gz
Fix documentation
Diffstat (limited to 'README-VIM.md')
-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 } }