diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-12-19 21:01:16 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-12-19 21:05:26 +0900 |
| commit | ca5e633399e19f71f102a8df195e2f63a8a42137 (patch) | |
| tree | 1928a46cb480aa4268d9f321bc7b181b758fac83 /man | |
| parent | e60a9a628b48bb1304db30b3c2d9e051c3af05cd (diff) | |
| download | fzf-ca5e633399e19f71f102a8df195e2f63a8a42137.tar.gz | |
Add toggle-hscroll
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index e5704b0e..b1601c70 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1506,10 +1506,11 @@ A key or an event can be bound to one or more of the following actions. \fBshow\-preview\fR \fBtoggle\fR (\fIright\-click\fR) \fBtoggle\-all\fR (toggle all matches) - \fBtoggle+down\fR \fIctrl\-i (tab)\fR - \fBtoggle\-header\fR \fBtoggle\-in\fR (\fB\-\-layout=reverse*\fR ? \fBtoggle+up\fR : \fBtoggle+down\fR) \fBtoggle\-out\fR (\fB\-\-layout=reverse*\fR ? \fBtoggle+down\fR : \fBtoggle+up\fR) + \fBtoggle\-header\fR + \fBtoggle\-hscroll\fR + \fBtoggle\-multi\-line\fR \fBtoggle\-preview\fR \fBtoggle\-preview\-wrap\fR \fBtoggle\-search\fR (toggle search functionality) @@ -1517,6 +1518,7 @@ A key or an event can be bound to one or more of the following actions. \fBtoggle\-track\fR (toggle global tracking option (\fB\-\-track\fR)) \fBtoggle\-track\-current\fR (toggle tracking of the current item) \fBtoggle\-wrap\fR \fIctrl\-/\fR \fIalt\-/\fR + \fBtoggle+down\fR \fIctrl\-i (tab)\fR \fBtoggle+up\fR \fIbtab (shift\-tab)\fR \fBtrack\-current\fR (track the current item; automatically disabled if focus changes) \fBtransform(...)\fR (transform states using the output of an external command) |
