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

Allow put action with an argument i.e. put(...)

This commit is contained in:
Junegunn Choi
2022-12-27 19:54:46 +09:00
parent 12af069dca
commit 4b3f0b9f08
5 changed files with 24 additions and 1 deletions

View File

@@ -1008,6 +1008,7 @@ A key or an event can be bound to one or more of the following actions.
\fBpreview-top\fR
\fBprint-query\fR (print query and exit)
\fBput\fR (put the character to the prompt)
\fBput(...)\fR (put the given string to the prompt)
\fBrefresh-preview\fR
\fBrebind(...)\fR (rebind bindings after \fBunbind\fR)
\fBreload(...)\fR (see below for the details)