From 8a74976c1f02730cfd1b83fc38a57b737a24ac9a Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 28 Mar 2024 20:42:01 +0900 Subject: Add track-current, untrack-current, and toggle-track-current (#3699) Close #3691 --- man/man1/fzf.1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'man/man1/fzf.1') diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index f86aa159..a02b45c1 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1326,9 +1326,10 @@ A key or an event can be bound to one or more of the following actions. \fBtoggle-preview-wrap\fR \fBtoggle-search\fR (toggle search functionality) \fBtoggle-sort\fR - \fBtoggle-track\fR + \fBtoggle-track\fR (toggle global tracking option (\fB--track\fR)) + \fBtoggle-track-current\fR (toggle tracking of the current item) \fBtoggle+up\fR \fIbtab (shift-tab)\fR - \fBtrack\fR (track the current item; automatically disabled if focus changes) + \fBtrack-current\fR (track the current item; automatically disabled if focus changes) \fBtransform(...)\fR (transform states using the output of an external command) \fBtransform-border-label(...)\fR (transform border label using an external command) \fBtransform-header(...)\fR (transform header using an external command) @@ -1338,6 +1339,7 @@ A key or an event can be bound to one or more of the following actions. \fBunbind(...)\fR (unbind bindings) \fBunix-line-discard\fR \fIctrl-u\fR \fBunix-word-rubout\fR \fIctrl-w\fR + \fBuntrack-current\fR (stop tracking the current item; no-op if global tracking is enabled) \fBup\fR \fIctrl-k ctrl-p up\fR \fByank\fR \fIctrl-y\fR -- cgit v1.2.3