preservim / vimux

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

Add documentation for VimuxRunnerType config variable #96

Closed jdavis closed 10 years ago

jdavis commented 10 years ago

My tmux knowledge is still pretty limited and as far as I can tell this doesn't break other functionality of Vimux. I noticed this variable wasn't in the Vimux docs so I added it. Although I'm assuming it wasn't intentionally left out of the documentation as a work-in-progress feature or something.

jdavis commented 10 years ago

Great work on this plugin by the way. I absolutely love it.

jdavis commented 10 years ago

Also, regarding commit 17358e51ab4617548e8a8c5fa2cf7d77a5cb0d54, I think the if statement should be checking if the match doesn't return an index that way it returns the current active window.

jdavis commented 10 years ago

I was wondering why g:VimuxUseNearestPane wasn't working in my .vimrc then realized the variable in the documentation just didn't match the code. Commit 94b8b938b2b0bf381e44a2ed0ee36bbb85c06dbe fixes that.

benmills commented 10 years ago

Thanks for the update!