summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@idaemons.org>2018-06-10 01:41:50 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2018-06-10 01:41:50 +0900
commitdaa1958f8602f91f6df6dac7a87c93da53aed5e4 (patch)
tree7bdf481a8f0424f7a86f7572fcb0a68f95285529 /man
parent2c26f02f5ce263820a339595517152b70ed63b80 (diff)
Provide an option to reverse items only (#1267)
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.121
1 files changed, 17 insertions, 4 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 5dd00e49..b113be41 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -156,8 +156,21 @@ the full screen.
Minimum height when \fB--height\fR is given in percent (default: 10).
Ignored when \fB--height\fR is not specified.
.TP
+.BI "--layout=" "LAYOUT"
+Choose the layout (default: default)
+
+.br
+.BR default " Display from the bottom of the screen"
+.br
+.BR reverse " Display from the top of the screen"
+.br
+.BR reverse-list " Display from the top of the screen, prompt at the bottom"
+.br
+
+.TP
.B "--reverse"
-Reverse orientation
+A synonym for \fB--layout=reverse\fB
+
.TP
.B "--border"
Draw border above and below the finder
@@ -195,7 +208,7 @@ Input prompt (default: '> ')
.TP
.BI "--header=" "STR"
The given string will be printed as the sticky header. The lines are displayed
-in the given order from top to bottom regardless of \fB--reverse\fR option, and
+in the given order from top to bottom regardless of \fB--layout\fR option, and
are not affected by \fB--with-nth\fR. ANSI color codes are processed even when
\fB--ansi\fR is not set.
.TP
@@ -543,8 +556,8 @@ triggered whenever the query string is changed.
\fBtoggle\fR (\fIright-click\fR)
\fBtoggle-all\fR
\fBtoggle+down\fR \fIctrl-i (tab)\fR
- \fBtoggle-in\fR (\fB--reverse\fR ? \fBtoggle+up\fR : \fBtoggle+down\fR)
- \fBtoggle-out\fR (\fB--reverse\fR ? \fBtoggle+down\fR : \fBtoggle+up\fR)
+ \fBtoggle-in\fR (\fB--layout=reverse*\fR ? \fBtoggle+up\fR : \fBtoggle+down\fR)
+ \fBtoggle-out\fR (\fB--layout=reverse*\fR ? \fBtoggle+down\fR : \fBtoggle+up\fR)
\fBtoggle-preview\fR
\fBtoggle-preview-wrap\fR
\fBtoggle-sort\fR