diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-28 20:59:20 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-09 00:17:00 +0900 |
| commit | 65df0abf0e4143470d824145ecc313e40dd8773d (patch) | |
| tree | 8b5df786eb5aed184ddc4aeb9718c684495c8420 /man | |
| parent | b51bc6b50e90169553c48209c00c5f4d548ec0a0 (diff) | |
| download | fzf-65df0abf0e4143470d824145ecc313e40dd8773d.tar.gz | |
Introduce 'raw' mode
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 0a6a9ff9..36c322f2 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -299,6 +299,7 @@ color mappings. Each entry is separated by a comma and/or whitespaces. \fBheader (header\-fg) \fRHeader \fBfooter (footer\-fg) \fRFooter \fBnth \fRParts of the line specified by \fB\-\-nth\fR (only supports attributes) + \fBhidden \fRNon-matching items in raw mode (default: \fBdim\fR) .B ANSI COLORS: \fB\-1 \fRDefault terminal foreground/background color @@ -596,6 +597,9 @@ Indicator for wrapped lines. The default is '↳ ' or '> ' depending on .B "\-\-no\-multi\-line" Disable multi-line display of items when using \fB\-\-read0\fR .TP +.B "\-\-raw" +Enable raw mode where non-matching items are also displayed in a dimmed color. +.TP .B "\-\-track" Make fzf track the current selection when the result list is updated. This can be useful when browsing logs using fzf with sorting disabled. It is @@ -1841,9 +1845,11 @@ A key or an event can be bound to one or more of the following actions. \fBdelete\-char\fR \fIdel\fR \fBdelete\-char/eof\fR \fIctrl\-d\fR (same as \fBdelete\-char\fR except aborts fzf if query is empty) \fBdeselect\fR - \fBdeselect\-all\fR (deselect all matches; to also clear non-matched selections, use \fBclear\-multi\fR) + \fBdeselect\-all\fR (deselect all matches; to also clear non-matching selections, use \fBclear\-multi\fR) \fBdisable\-search\fR (disable search functionality) - \fBdown\fR \fIctrl\-j ctrl\-n down\fR + \fBdown\fR \fIctrl\-j down\fR + \fBdown\-match\fR \fIctrl\-n\fR \fIalt\-down\fR (move to the match below the cursor) + \fBdown\-selected\fR (move to the selected item below the cursor) \fBenable\-search\fR (enable search functionality) \fBend\-of\-line\fR \fIctrl\-e end\fR \fBexclude\fR (exclude the current item from the result) @@ -1861,7 +1867,7 @@ A key or an event can be bound to one or more of the following actions. \fBkill\-word\fR \fIalt\-d\fR \fBlast\fR (move to the last match; same as \fBpos(\-1)\fR) \fBnext\-history\fR (\fIctrl\-n\fR on \fB\-\-history\fR) - \fBnext\-selected\fR (move to the next selected item) + \fBnext\-selected\fR (synonym to \fBdown\-selected\fR) \fBpage\-down\fR \fIpgdn\fR \fBpage\-up\fR \fIpgup\fR \fBhalf\-page\-down\fR @@ -1874,7 +1880,7 @@ A key or an event can be bound to one or more of the following actions. \fBoffset\-middle\fR (place the current item is in the middle of the screen) \fBpos(...)\fR (move cursor to the numeric position; negative number to count from the end) \fBprev\-history\fR (\fIctrl\-p\fR on \fB\-\-history\fR) - \fBprev\-selected\fR (move to the previous selected item) + \fBprev\-selected\fR (synonym to \fBup\-selected\fR) \fBpreview(...)\fR (see below for the details) \fBpreview\-down\fR \fIshift\-down\fR \fBpreview\-up\fR \fIshift\-up\fR @@ -1909,6 +1915,7 @@ A key or an event can be bound to one or more of the following actions. \fBtoggle\-multi\-line\fR \fBtoggle\-preview\fR \fBtoggle\-preview\-wrap\fR + \fBtoggle\-raw\fR \fBtoggle\-search\fR (toggle search functionality) \fBtoggle\-sort\fR \fBtoggle\-track\fR (toggle global tracking option (\fB\-\-track\fR)) @@ -1935,7 +1942,9 @@ A key or an event can be bound to one or more of the following actions. \fBunix\-line\-discard\fR \fIctrl\-u\fR \fBunix\-word\-rubout\fR \fIctrl\-w\fR \fBuntrack\-current\fR (stop tracking the current item; no-op if global tracking is enabled) - \fBup\fR \fIctrl\-k ctrl\-p up\fR + \fBup\fR \fIctrl\-k up\fR + \fBup\-match\fR \fIctrl\-p\fR \fIalt\-up\fR (move to the match above the cursor) + \fBup\-selected\fR (move to the selected item above the cursor) \fByank\fR \fIctrl\-y\fR Each \fBtransform*\fR action has a corresponding \fBbg\-transform*\fR |
