tmux-plugins / tmux-open

Tmux key bindings for quick opening of a highlighted file or url
MIT License
619 stars 63 forks source link

Doesnt work #48

Open kangarooo opened 3 years ago

kangarooo commented 3 years ago

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'

bruno- commented 3 years ago

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.