tmux-plugins / tmux-open

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

Debug help #23

Closed timtyrrell closed 7 years ago

timtyrrell commented 7 years ago

Is there anyway to debug this plugin? It isn't doing anything but I also don't get any messages, etc.

timtyrrell commented 7 years ago

I was able to figure out from your source the command I was seeking, closing.

bind-key -t vi-copy "O" copy-pipe "xargs -I {} tmux run-shell 'cd #{pane_current_path}; open \"{}\" > /dev/null'"