christoomey / vim-tmux-runner

Vim and tmux, sittin' in a tree...
MIT License
291 stars 37 forks source link

vtr opens runner in horizontal split with g:VtrOrientation set to "v" #49

Closed ghost closed 9 years ago

ghost commented 9 years ago

not sure why it happens. Downloaded vtr today with vundle.

let g:VtrRunnerOrientation="v"                                                                                                                                                                                                             
let g:VtrPercentage=20  
christoomey commented 9 years ago

Hello @eyveer, I believe the setting you are looking for is g:VtrOrientation, not g:VtrRunnerOrientation. You can see the docs on it here.

Hoping this was just a typo, but please let me know if there is something in the readme or other reference that I need to update.

ghost commented 9 years ago

right, my mistake. Thank you. Btw thats a nice plugin :+1:

christoomey commented 9 years ago

Thanks, and glad you find it useful!