m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 16:45:38 -05:00

Add change-query(...) action

This commit is contained in:
Junegunn Choi
2022-12-17 18:59:16 +09:00
parent a3b6b03dfb
commit 51c518da1e
5 changed files with 21 additions and 1 deletions

View File

@@ -950,6 +950,7 @@ A key or an event can be bound to one or more of the following actions.
\fBchange-preview(...)\fR (change \fB--preview\fR option)
\fBchange-preview-window(...)\fR (change \fB--preview-window\fR option; rotate through the multiple option sets separated by '|')
\fBchange-prompt(...)\fR (change prompt to the given string)
\fBchange-query(...)\fR (change query string to the given string)
\fBclear-screen\fR \fIctrl-l\fR
\fBclear-selection\fR (clear multi-selection)
\fBclose\fR (close preview window if open, abort fzf otherwise)