summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-04-22 23:39:35 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-04-22 23:42:09 +0900
commit65dd2bb42947d4ede31d160214f3a4c6fdc619e1 (patch)
tree8f5744ddc7d0ab91983fdf6df28d96d253b2aa54 /man
parent6be855be6af102a0f89932e5752ce75aa9713108 (diff)
Add 'track' action
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.17
1 files changed, 6 insertions, 1 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index acdde33e..0d706751 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -94,7 +94,10 @@ Do not sort the result
.TP
.B "--track"
Make fzf track the current selection when the result list is updated.
-This can be useful when browsing logs using fzf with sorting disabled.
+This can be useful when browsing logs using fzf with sorting disabled. It is
+not recommended to use this option with \fB--tac\fR as the resulting behavior
+can be confusing. Also, consider using \fBtrack\fR action instead of this
+option.
.RS
e.g.
@@ -1099,7 +1102,9 @@ 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+up\fR \fIbtab (shift-tab)\fR
+ \fBtrack\fR (track the current item; automatically disabled if focus changes)
\fBtransform-border-label(...)\fR (transform border label using an external command)
\fBtransform-header(...)\fR (transform header using an external command)
\fBtransform-preview-label(...)\fR (transform preview label using an external command)