diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-07-12 20:09:54 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-07-12 20:09:54 +0900 |
| commit | dea1df6878a71a2ef9f57bf4ed63b35ee43f7e99 (patch) | |
| tree | add54fbeaa3c3c8cd09ad0fefb1f137d2de90ae2 | |
| parent | 0076ec2e8d66a725555c256acbe46292019dc1a7 (diff) | |
| download | fzf-dea1df6878a71a2ef9f57bf4ed63b35ee43f7e99.tar.gz | |
Add missing mention of 'bg-cancel' to the man page
| -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 3d9520b2..5ec02a76 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1698,6 +1698,7 @@ A key or an event can be bound to one or more of the following actions. \fBbecome(...)\fR (replace fzf process with the specified command; see below for the details) \fBbeginning\-of\-line\fR \fIctrl\-a home\fR \fBbell\fR (ring the terminal bell) + \fBbg\-cancel\fR (cancel background transform processes) \fBcancel\fR (clear query string if not empty, abort fzf otherwise) \fBchange\-border\-label(...)\fR (change \fB\-\-border\-label\fR to the given string) \fBchange\-ghost(...)\fR (change ghost text to the given string) @@ -1959,7 +1960,8 @@ Transform actions are synchronous, meaning fzf becomes unresponsive while the command runs. To avoid this, each \fBtransform*\fR action has a corresponding \fBbg\-transform*\fR variant that runs in the background. Unless you need to chain multiple transform actions where later ones depend on earlier results, -prefer using the \fBbg\fR variant. +prefer using the \fBbg\fR variant. To cancel currently running background +transform processes, use \fBbg\-cancel\fR action. .SS PREVIEW BINDING |
