christoomey / vim-tmux-runner

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

Accept arguments to OpenRunner command for context specific runners #5

Closed christoomey closed 11 years ago

christoomey commented 11 years ago

Allow VtrOpenRunner to take arguments to allow for specific use case runners to be loaded up with a single command.

Script runner VtrOpenRunner({orientation: 'h', percent: 50})

Test runner VtrOpenRunner({orientation: 'v', percent: 20})

Repl VtrOpenRunner({orientation: 'h', percent: 50, cmd: 'pry'})