Is there events on cursor move up/down action? #3420
Replies: 1 comment 1 reply
-
fzf --bind 'ctrl-p:up,ctrl-n:down' --bind 'focus:change-preview:echo yes' |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
linrongbin16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I checked the manual here: https://man.archlinux.org/man/fzf.1.en, there are many events:
When press up/down (ctrl-n/ctrl-p) to move up/down, will it trigger the
focus
event?If no, is there events on cursor move up/down action?
Beta Was this translation helpful? Give feedback.
All reactions