summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-10-11 12:51:05 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-10-11 12:53:51 +0900
commit404b6a864ba3efcd5d4604655b9133dc2d2d5986 (patch)
tree974f95a73a2092ab05741745441b2ffa61506fa4 /man
parent4feaf31225ad2e22660e575f034822bf343391be (diff)
Add offset-up and offset-down
# Scrolling will behave similarly to CTRL-E and CTRL-Y of vim fzf --bind scroll-up:offset-up,scroll-down:offset-down \ --bind ctrl-y:offset-up,ctrl-e:offset-down \ --scroll-off=5 Close #3456
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 5ea00276..242db860 100644
--- a/man/man1/fzf.1
+++ b/man/man1/fzf.1
@@ -1157,6 +1157,8 @@ A key or an event can be bound to one or more of the following actions.
\fBhalf-page-down\fR
\fBhalf-page-up\fR
\fBhide-preview\fR
+ \fBoffset-down\fR (similar to CTRL-E of Vim)
+ \fBoffset-up\fR (similar to CTRL-Y of Vim)
\fBpos(...)\fR (move cursor to the numeric position; negative number to count from the end)
\fBprev-history\fR (\fIctrl-p\fR on \fB--history\fR)
\fBprev-selected\fR (move to the previous selected item)