sainnhe / tmux-fzf

Use fzf to manage your tmux work environment!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TAB to mark multiple items not working

matthewdeancooper opened this issue · 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.