tmux-plugins/tmux-open

Doesnt work

kangarooo opened this issue · 1 comments

I click double with mouse to select file, then o or ctrl+O. Nothing happens not in server not in Kubuntu 20.04.2.
When i try with ctrl+b then o then in Kubuntu with o is still selected, but in server clicking ctrl+b unselects.
Maybe this works only when installed some other plugin? Then installation steps of this should be with instruction to install other plugins. I don want other if not needed.

List of plugins

set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-open'

Other examples:

set -g @plugin 'github_username/plugin_name'

set -g @plugin 'git@github.com:user/plugin'

set -g @plugin 'git@bitbucket.com:user/plugin'

Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)

run '~/.tmux/plugins/tpm/tpm'

set -g @continuum-restore 'on'

I confirm this is a bug. I think a recent tmux version update broke this plugin.
I don't have the time to look into this now, any help is welcome.