sainnhe/tmux-fzf

`attach` sub command for session.sh

epicmet opened this issue · 1 comments

I have this line in my .tmux.conf

bind-key -r o run-shell "~/.tmux/plugins/tmux-fzf/scripts/session.sh \"attach\""

It used to work to directly open a pane including all the sessions and attach to the selected one.
After I updated the tmux plugins it does not work any more, it would open the pane but when I select a session it would do nothing. does the attach sub command got removed? How can I achieve same behavior with the current version?

It's renamed to "switch" now.