tmux-plugins/tmux-open

tmux-open can't "work" if the current terminal is "busy"

bruno- opened this issue · 3 comments

Here's the scenario where the plugin isn't working.

  • start a rails server
  • highlight a url in that pane (doesn't matter which url)
  • press o to open the url in the browser

Url won't be opened because the rails server "took" the terminal.

Fixed.

Is it possible for this to work for editing files (Ctrl-o) as well?

Hey,
I'm not sure how can we make this work?
If the current terminal is "busy" (if that is the right word) with other process sending output to it, how can we run editor in it?

I guess we could make it work so that editor is opened in a new pane.. Maybe try playing with this and see what comes up? If you can make it work and it's not too complex, consider opening a pull request.