diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-29 18:42:50 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-10-09 00:17:00 +0900 |
| commit | c1f8d18a0c7fddf57f1bb4b1ed3ba3948255d361 (patch) | |
| tree | d2080b84346b05c4e52f752e3ad5988bcab31217 /man | |
| parent | 8585969d6d6a88161089928bcfc9462c84eca028 (diff) | |
| download | fzf-c1f8d18a0c7fddf57f1bb4b1ed3ba3948255d361.tar.gz | |
Add enable-raw and disable-raw actions
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 36c322f2..380078ae 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1846,10 +1846,12 @@ A key or an event can be bound to one or more of the following actions. \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-matching selections, use \fBclear\-multi\fR) + \fBdisable\-raw\fR (disable raw mode) \fBdisable\-search\fR (disable search functionality) \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\-raw\fR (enable raw mode) \fBenable\-search\fR (enable search functionality) \fBend\-of\-line\fR \fIctrl\-e end\fR \fBexclude\fR (exclude the current item from the result) @@ -1915,7 +1917,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\-raw\fR (toggle raw mode for displaying non-matching items) \fBtoggle\-search\fR (toggle search functionality) \fBtoggle\-sort\fR \fBtoggle\-track\fR (toggle global tracking option (\fB\-\-track\fR)) |
