diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-26 01:50:08 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-26 01:50:08 +0900 |
| commit | 7220d8233e81291db8bda3d4eb5286ca45f07be0 (patch) | |
| tree | 0bbb9c4593e50c0a06408982c0b907c30db8661b /man/man1 | |
| parent | 0237bf09bf1fe70d94727b040ac39110f56b497f (diff) | |
| download | fzf-7220d8233e81291db8bda3d4eb5286ca45f07be0.tar.gz | |
Add 'search' and 'transform-search'
Close #4202
Diffstat (limited to 'man/man1')
| -rw-r--r-- | man/man1/fzf.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 2377ba03..89883b4b 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -94,8 +94,8 @@ more weight to the chronological ordering. This also sets .RS fzf chooses \fBpath\fR scheme when the input is a TTY device, where fzf would start its built-in walker or run \fB$FZF_DEFAULT_COMMAND\fR, and there is no -\fBreload\fR action bound to \fBstart\fR event. Otherwise, it chooses -\fBdefault\fR scheme. +\fBreload\fR or \fBtransform\fR action bound to \fBstart\fR event. Otherwise, +it chooses \fBdefault\fR scheme. .RE .TP @@ -1609,6 +1609,7 @@ A key or an event can be bound to one or more of the following actions. \fBreload(...)\fR (see below for the details) \fBreload\-sync(...)\fR (see below for the details) \fBreplace\-query\fR (replace query string with the current selection) + \fBsearch(...)\fR (trigger fzf search with the given string) \fBselect\fR \fBselect\-all\fR (select all matches) \fBshow\-header\fR @@ -1639,6 +1640,7 @@ A key or an event can be bound to one or more of the following actions. \fBtransform\-preview\-label(...)\fR (transform preview label using an external command) \fBtransform\-prompt(...)\fR (transform prompt string using an external command) \fBtransform\-query(...)\fR (transform query string using an external command) + \fBtransform\-search(...)\fR (trigger fzf search with the output of an external command) \fBunbind(...)\fR (unbind bindings) \fBunix\-line\-discard\fR \fIctrl\-u\fR \fBunix\-word\-rubout\fR \fIctrl\-w\fR |
