preservim / vimux

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

Ability to change runner type #83

Closed ersatzryan closed 10 years ago

ersatzryan commented 10 years ago

Wanted to use windows instead of panes.

let g:VimuxRunnerType="window"

changes g:VimuxUseNearestPane to g:VimuxUseNearest

daniely commented 10 years ago

I haven't looked at the code but this is exactly the feature I want!

ersatzryan commented 10 years ago

Any thoughts on this?

benmills commented 10 years ago

Thanks!