From d6d88a4fce39f856d46b86e3fcd46f5dbbdd9035 Mon Sep 17 00:00:00 2001 From: benmills Date: Tue, 23 Oct 2012 16:29:08 -0500 Subject: [PATCH] Focus runner pane when inspecting. --- plugin/vimux.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/vimux.vim b/plugin/vimux.vim index 41c6f54..9e6dbee 100644 --- a/plugin/vimux.vim +++ b/plugin/vimux.vim @@ -227,7 +227,6 @@ class TmuxSession def inspect_runner _run("select-pane -t #{target(:pane => runner_pane)}") _run("copy-mode") - _move_up_pane end def inspect_send_command(cmd)