summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-12-31 16:01:00 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-12-31 16:01:00 +0900
commitd210660ce8302fa54836f8682db213c1fac877ba (patch)
treee73c76883372aa4272edefc5c603a8829b4d5cef /man
parent863a12562b876bac87c9e06c9434251e59a11484 (diff)
Add actions: show-header and hide-header
Diffstat (limited to 'man')
-rw-r--r--man/man1/fzf.12
1 files changed, 2 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1
index 9b5e1e3a..38b0862f 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -1183,6 +1183,7 @@ A key or an event can be bound to one or more of the following actions.
\fBpage-up\fR \fIpgup\fR
\fBhalf-page-down\fR
\fBhalf-page-up\fR
+ \fBhide-header\fR
\fBhide-preview\fR
\fBoffset-down\fR (similar to CTRL-E of Vim)
\fBoffset-up\fR (similar to CTRL-Y of Vim)
@@ -1208,6 +1209,7 @@ A key or an event can be bound to one or more of the following actions.
\fBreplace-query\fR (replace query string with the current selection)
\fBselect\fR
\fBselect-all\fR (select all matches)
+ \fBshow-header\fR
\fBshow-preview\fR
\fBtoggle\fR (\fIright-click\fR)
\fBtoggle-all\fR (toggle all matches)