summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2022-10-27 00:33:05 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2022-10-27 00:38:38 +0900
commit168829b5550336886a426073670153f84f8a34b2 (patch)
tree43084ac5326894ddc29850c6af79413b0f8ccdee /man
parent170fc517d0b01f1bb3b64097e62bd937f8fbf666 (diff)
Add 'start' event that is triggered once when fzf finder starts
Close #1622
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.111
1 files changed, 10 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index bf71e7cd..01a1672d 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
..
-.TH fzf 1 "Sep 2022" "fzf 0.34.0" "fzf - a command-line fuzzy finder"
+.TH fzf 1 "Oct 2022" "fzf 0.35.0" "fzf - a command-line fuzzy finder"
.SH NAME
fzf - a command-line fuzzy finder
@@ -811,6 +811,15 @@ e.g.
or any single character
.SS AVAILABLE EVENTS:
+\fIstart\fR
+.RS
+Triggered only once when fzf finder starts. Since fzf consumes the input stream
+asynchronously, the input list is not available unless you use \fI--sync\fR.
+
+e.g.
+ \fB# Move cursor to the last item and select all items
+ seq 1000 | fzf --multi --sync --bind start:last+select-all\fR
+.RE
\fIchange\fR
.RS
Triggered whenever the query string is changed