Skip to content

Commit 1bc5f5b

Browse files
committed
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 parent 8a20aec commit 1bc5f5b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

plugin/vimux.vim

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ command InspectVimTmuxRunner :call InspectVimTmuxRunner()
1515
command InterruptVimTmuxRunner :call InterruptVimTmuxRunner()
1616
command PromptVimTmuxCommand :call PromptVimTmuxCommand()
1717

18+
19+
command VimuxRunLastCommand :call RunLastVimTmuxCommand()
20+
command VimuxCloseRunner :call CloseVimTmuxRunner()
21+
command VimuxClosePanes :call CloseVimTmuxPanes()
22+
command VimuxCloseWindows :call CloseVimTmuxWindows()
23+
command VimuxInspectRunner :call InspectVimTmuxRunner()
24+
command VimuxInterruptRunner :call InterruptVimTmuxRunner()
25+
command VimuxPromptCommand :call PromptVimTmuxCommand()
26+
27+
1828
function RunVimTmuxCommand(command, ...)
1929
let l:autoreturn = 1
2030

0 commit comments

Comments
 (0)