From 4fdd883ce5799d3e953ad46c36f03710cc5db09a Mon Sep 17 00:00:00 2001 From: Chris Toomey Date: Fri, 14 Nov 2014 12:09:24 -0500 Subject: [PATCH] Zoom runner on focus --- plugin/vim-tmux-runner.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/vim-tmux-runner.vim b/plugin/vim-tmux-runner.vim index 328f2b3..7be89d1 100644 --- a/plugin/vim-tmux-runner.vim +++ b/plugin/vim-tmux-runner.vim @@ -125,6 +125,7 @@ endfunction function! s:FocusRunnerPane() call s:EnsureRunnerPane() call s:FocusTmuxPane(s:runner_pane) + call s:SendTmuxCommand("resize-pane -Z") endfunction function! s:ZoomRunnerPane()