From ba91d6fb32954333a1df320c8676c7c63ade0ac4 Mon Sep 17 00:00:00 2001 From: Maarten Slagter Date: Sun, 5 Nov 2017 12:27:59 +0100 Subject: [PATCH] Added command to set pane to last selected pane without a menu --- plugin/slimux.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/slimux.vim b/plugin/slimux.vim index 8f785f6..94c4e9b 100644 --- a/plugin/slimux.vim +++ b/plugin/slimux.vim @@ -405,4 +405,5 @@ command! SlimuxSendKeysConfigure call s:SelectPane(s:keys_packet) let s:global_conf = { "target_pane": "", "type": "global" } command! SlimuxGlobalConfigure call s:SelectPane(s:global_conf) +command! SlimuxGlobalConfigureLastBuffer call s:SelectPane(s:global_conf, s:last_selected_pane) command! -nargs=? -complete=customlist,SlimuxGetPaneList SlimuxShellConfigure call s:SelectPane(s:cmd_packet, )