Zoom runner on focus

This commit is contained in:
Chris Toomey 2014-11-14 12:09:24 -05:00
parent 1187668e56
commit 4fdd883ce5

View File

@ -125,6 +125,7 @@ endfunction
function! s:FocusRunnerPane() function! s:FocusRunnerPane()
call s:EnsureRunnerPane() call s:EnsureRunnerPane()
call s:FocusTmuxPane(s:runner_pane) call s:FocusTmuxPane(s:runner_pane)
call s:SendTmuxCommand("resize-pane -Z")
endfunction endfunction
function! s:ZoomRunnerPane() function! s:ZoomRunnerPane()