From 02c5e62efeda372ff918eb72fec3c1d2829275b3 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 10 Feb 2020 01:24:00 +0900 Subject: [PATCH] Fix documentation --- README-VIM.md | 4 ++-- 1 file 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 } }