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 fbb873a commit b60a52dCopy full SHA for b60a52d
plugin/vimux.vim
@@ -3,6 +3,7 @@ if exists("g:loaded_vimux") || &cp
3
endif
4
let g:loaded_vimux = 1
5
6
+command! -nargs=1 VimuxRunCommand :call VimuxRunCommand(<args>)
7
command VimuxRunLastCommand :call VimuxRunLastCommand()
8
command VimuxCloseRunner :call VimuxCloseRunner()
9
command VimuxZoomRunner :call VimuxZoomRunner()
0 commit comments