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.
1.0.0rc1
Stefan Otte 12 years ago
parent 8a20aec379
commit 1bc5f5ba85

@ -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

Loading…
Cancel
Save