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 3fdafcf commit 556a2d6Copy full SHA for 556a2d6
plugin/vimux.vim
@@ -5,6 +5,7 @@ let g:loaded_vimux = 1
5
6
command -nargs=* VimuxRunCommand :call VimuxRunCommand(<args>)
7
command VimuxRunLastCommand :call VimuxRunLastCommand()
8
+command VimuxOpenRunner :call VimuxOpenRunner()
9
command VimuxCloseRunner :call VimuxCloseRunner()
10
command VimuxZoomRunner :call VimuxZoomRunner()
11
command VimuxInspectRunner :call VimuxInspectRunner()
0 commit comments