summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-05-16 23:53:10 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-05-16 23:59:08 +0900
commit17a13f00f8f17ba32b3f5737fda7055af023b269 (patch)
tree31de164fcb30da2440433ccb8353ee7045fbf508 /man
parent43436e48e0dacb51f9ab3da84b4c1ec697b744da (diff)
Allow customizing scrollbar of the preview window via --scrollbar=xy
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.15
1 files changed, 3 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 1ff1fe03..1dcbc550 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -377,9 +377,10 @@ Do not display horizontal separator on the info line. A synonym for
\fB--separator=''\fB
.TP
-.BI "--scrollbar=" "CHAR"
+.BI "--scrollbar=" "CHAR1[CHAR2]"
Use the given character to render scrollbar. (default: '│' or ':' depending on
-\fB--no-unicode\fR).
+\fB--no-unicode\fR). The optional \fBCHAR2\fR is used to render scrollbar of
+the preview window.
.TP
.B "--no-scrollbar"