preservim / vimux

easily interact with tmux from vim
MIT License
2.19k stars 159 forks source link

Allow using a specific pane/window for tests #128

Closed michaelmior closed 8 years ago

michaelmior commented 9 years ago

It would be nice if it were possible to name a pane or window and then have vimux always use that window. For example, I'd like to have a separate window of my tmux session open on a second monitor with a window for test results. Then any vim windows should always use this window for vimux. It seems like it's not currently possible to guarantee that a particular window will always be used.

dkrieger commented 8 years ago

@michaelmior This isn't exactly what you are asking for, but if you revert one of the commits it adds (9ec2d6), you could get very similar behavior to what you describe: https://github.com/benmills/vimux/pull/143

michaelmior commented 8 years ago

@dkrieger Thanks! I'll close this since it seems like your PR will resolve this issue.

dkrieger commented 8 years ago

@michaelmior let me know if it doesn't work, but so long as they share the same session I think it will work. It looks like Ben Mills hasn't been active on GH for a while, feel free to use my fork as I'll keep it up to date with upstream until/unless the PR is accepted