preservim / vimux

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

add VimuxZoomRunner() to zoom the runner pane on Tmux 1.8 #80

Closed cmar closed 10 years ago

cmar commented 11 years ago

added a command to zoom the runner pane to full screen to see more output. You have to run the tmux command z to reduce the window size. Requires Tmux 1.8

benmills commented 10 years ago

Thanks for the pull request. What will happen if someone is using a version smaller than 1.8? Also you have a small typo in the comment around the VimuxZoomRunner mapping example.

" Interrupt any command running in the runner pane
map <Leader>vz :call VimuxZoomRunner()<CR>
cmar commented 10 years ago

I pushed a fix for the comment typo.

On versions lower then 1.8, the Z option isn't valid so you'll see the usage: resize-pane message

mutewinter commented 10 years ago

Would love to see this feature get merged.

benmills commented 10 years ago

Thanks for the new feature! Happy thanksgiving