From 1bc5f5ba85f2972ad02c2314267e2b00a677f9a4 Mon Sep 17 00:00:00 2001 From: Stefan Otte Date: Thu, 31 May 2012 17:42:12 +0200 Subject: [PATCH] Add aliases of all cmds that start with 'Vimux*'. This way it's way easier to get all available vimux commands in vims ex mode with tab completion. --- plugin/vimux.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugin/vimux.vim b/plugin/vimux.vim index 94bbaec..6020a9f 100644 --- a/plugin/vimux.vim +++ b/plugin/vimux.vim @@ -15,6 +15,16 @@ command InspectVimTmuxRunner :call InspectVimTmuxRunner() command InterruptVimTmuxRunner :call InterruptVimTmuxRunner() command PromptVimTmuxCommand :call PromptVimTmuxCommand() + +command VimuxRunLastCommand :call RunLastVimTmuxCommand() +command VimuxCloseRunner :call CloseVimTmuxRunner() +command VimuxClosePanes :call CloseVimTmuxPanes() +command VimuxCloseWindows :call CloseVimTmuxWindows() +command VimuxInspectRunner :call InspectVimTmuxRunner() +command VimuxInterruptRunner :call InterruptVimTmuxRunner() +command VimuxPromptCommand :call PromptVimTmuxCommand() + + function RunVimTmuxCommand(command, ...) let l:autoreturn = 1