summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2019-11-15 11:37:52 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2019-11-15 11:39:51 +0900
commite24299239ee2b38ab93b7c57932c3ac765f596b3 (patch)
tree95725bb61ebe21acc82d82e715c342e27abba4a3 /man
parentd2fa4701651a1228ab7aea67eb195fc446f4a2a0 (diff)
Add `--preview-window noborder` option to disable preview border
Close #1699
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index f90a0571..877330cd 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -361,8 +361,8 @@ Preview window will be updated even when there is no match for the current
query if any of the placeholder expressions evaluates to a non-empty string.
.RE
.TP
-.BI "--preview-window=" "[POSITION][:SIZE[%]][:wrap][:hidden]"
-Determine the layout of the preview window. If the argument ends with
+.BI "--preview-window=" "[POSITION][:SIZE[%]][:noborder][:wrap][:hidden]"
+Determines the layout of the preview window. If the argument contains
\fB:hidden\fR, the preview window will be hidden by default until
\fBtoggle-preview\fR action is triggered. Long lines are truncated by default.
Line wrap can be enabled with \fB:wrap\fR flag.