How to accept the currently hovered option, when --multi
is specified?
#4473
Answered
by
fsc0
iamFIREcracker
asked this question in
Q&A
-
I thought pressing Enter would do the trick (as implied here: #4358), however that does not seem to work anymore. Basically my idea is, when
PS. I thought maybe Enter behaves differently with |
Beta Was this translation helpful? Give feedback.
Answered by
fsc0
Aug 1, 2025
Replies: 1 comment 1 reply
-
Let's say above one is action 1 and below one is action 2.
Since you mentioned #4358, I assume action 2 is related with action 1. seq 5 | fzf --multi --bind "enter:transform:(( FZF_SELECT_COUNT )) && echo select+accept || echo ignore" If action 2 isn't related with action 1. seq 5 | fzf --multi --bind "enter:select+accept" |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
junegunn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's say above one is action 1 and below one is action 2.
Since you mentioned #4358, I assume action 2 is related with action 1.
If action 2 isn't related with action 1.