summaryrefslogtreecommitdiffstats
path: root/man/man1
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-05-22 17:07:05 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-05-22 17:07:05 +0900
commite1e33397700573da6d6b4fbaff9ac71f10fa36ed (patch)
tree33295b058db8c7cbd8cc2aea1bd7ae7fd73a1fa0 /man/man1
parent3a5086796d797f6e4402e9cd73e13687facfcb7f (diff)
Implement bindable "change" event and "top" action
# Move cursor to the top result whenever the query string is changed fzf --bind change:top Close #925
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/fzf.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 0e718083..c55c900b 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -467,6 +467,11 @@ e.g. \fBfzf --bind=ctrl-j:accept,ctrl-k:kill-line\fR
\fIdouble-click\fR
or any single character
+Additionally, a special event named \fIchange\fR is available which is
+triggered whenever the query string is changed.
+
+ e.g. \fBfzf --bind change:top\fR
+
\fBACTION: DEFAULT BINDINGS (NOTES):
\fBabort\fR \fIctrl-c ctrl-g ctrl-q esc\fR
\fBaccept\fR \fIenter double-click\fR
@@ -513,6 +518,7 @@ e.g. \fBfzf --bind=ctrl-j:accept,ctrl-k:kill-line\fR
\fBtoggle-preview-wrap\fR
\fBtoggle-sort\fR
\fBtoggle+up\fR \fIbtab (shift-tab)\fR
+ \fBtop\fR (move to the top result)
\fBunix-line-discard\fR \fIctrl-u\fR
\fBunix-word-rubout\fR \fIctrl-w\fR
\fBup\fR \fIctrl-k ctrl-p up\fR