diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-07-22 23:15:10 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-07-22 23:24:23 +0900 |
| commit | 7941129cc406a07da2b748f41c19b040224585e4 (patch) | |
| tree | b540410de72d1bf57fb88c1080be28e0d954702a /man | |
| parent | 069d71a8401530028e2ea407904462ef8c435d88 (diff) | |
| download | fzf-7941129cc406a07da2b748f41c19b040224585e4.tar.gz | |
Add 'click-footer' event
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 5ec02a76..0553fc02 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -1682,6 +1682,14 @@ e.g. )'\fR .RE +\fIclick\-footer\fR +.RS +Triggered when a mouse click occurs within the footer. Sets +\fBFZF_CLICK_FOOTER_LINE\fR and \fBFZF_CLICK_FOOTER_COLUMN\fR environment +variables starting from 1. It optionally sets \fBFZF_CLICK_FOOTER_WORD\fR +if clicked on a word. +.RE + .SS AVAILABLE ACTIONS: A key or an event can be bound to one or more of the following actions. |
