From ba6fc40cfd2c071e8ab819dcb6ebd3d353e85c6c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 8 Oct 2025 14:29:20 +0900 Subject: [PATCH] Add 'best' to man page --- man/man1/fzf.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 6801fd81..95f33fb6 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1826,6 +1826,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) + \fBbest\fR (move to the best match; same as \fBfirst\fR if raw mode is disabled) \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)