mirror of
https://github.com/preservim/vimux
synced 2024-11-14 18:12:47 +00:00
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.
This commit is contained in:
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…
Reference in New Issue
Block a user