sainnhe/tmux-fzf

TAB to mark multiple items not working

matthewdeancooper opened this issue · 4 comments

When using session -> kill, pressing TAB does not mark any sessions.

Does tab works in command line fzf?

E.g.

ls | fzf

Edit.

Tab marking is not working with

ls | fzf

However it does work with

ls | fzf -m

Should be fixed now.

Nice one. Keep up the good work.