We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbb873a + e5a9eb7 commit 1c3ca9eCopy full SHA for 1c3ca9e
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=* VimuxRunCommand :call VimuxRunCommand(<args>)
7
command VimuxRunLastCommand :call VimuxRunLastCommand()
8
command VimuxCloseRunner :call VimuxCloseRunner()
9
command VimuxZoomRunner :call VimuxZoomRunner()
0 commit comments