From dea1df6878a71a2ef9f57bf4ed63b35ee43f7e99 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 12 Jul 2025 20:09:54 +0900 Subject: [PATCH] Add missing mention of 'bg-cancel' to the man page --- man/man1/fzf.1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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