We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a20aec commit 1bc5f5bCopy full SHA for 1bc5f5b
plugin/vimux.vim
@@ -15,6 +15,16 @@ command InspectVimTmuxRunner :call InspectVimTmuxRunner()
15
command InterruptVimTmuxRunner :call InterruptVimTmuxRunner()
16
command PromptVimTmuxCommand :call PromptVimTmuxCommand()
17
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
28
function RunVimTmuxCommand(command, ...)
29
let l:autoreturn = 1
30
0 commit comments