From daa1958f8602f91f6df6dac7a87c93da53aed5e4 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 10 Jun 2018 01:41:50 +0900 Subject: Provide an option to reverse items only (#1267) --- man/man1/fzf.1 | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) (limited to 'man') 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 @@ -155,9 +155,22 @@ the full screen. .BI "--min-height=" "HEIGHT" 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 -- cgit v1.2.3