christoomey / vim-tmux-runner

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

Add command to Zoom runner pane #16

Closed christoomey closed 9 years ago

christoomey commented 10 years ago
tmux resize-pane -Z -t <runner-pane_nr>

associated tmux binding to return:

bind C-p run "tmux resize-pane -Z && tmux select-pane -l"
christoomey commented 9 years ago

Command added in cf0b282fe2ea76ceff306fb819b3107b7d48bda2. Should add documentation for tmux wrapper binding to toggle.

christoomey commented 9 years ago

Added in cf0b282fe2ea