tmux-plugins / tmux-open

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

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

Closed bruno- closed 10 years ago

bruno- commented 10 years ago

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

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

bruno- commented 10 years ago

Fixed.

mgraham commented 9 years ago

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

bruno- commented 9 years ago

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.