mirror of
https://github.com/preservim/vimux
synced 2024-11-16 12:12:44 +00:00
Allow to use VimuxRunCommand as a command
use as :VimuxRunCommand "ls -la"
This commit is contained in:
parent
fbb873a265
commit
b60a52d36c
@ -3,6 +3,7 @@ if exists("g:loaded_vimux") || &cp
|
|||||||
endif
|
endif
|
||||||
let g:loaded_vimux = 1
|
let g:loaded_vimux = 1
|
||||||
|
|
||||||
|
command! -nargs=1 VimuxRunCommand :call VimuxRunCommand(<args>)
|
||||||
command VimuxRunLastCommand :call VimuxRunLastCommand()
|
command VimuxRunLastCommand :call VimuxRunLastCommand()
|
||||||
command VimuxCloseRunner :call VimuxCloseRunner()
|
command VimuxCloseRunner :call VimuxCloseRunner()
|
||||||
command VimuxZoomRunner :call VimuxZoomRunner()
|
command VimuxZoomRunner :call VimuxZoomRunner()
|
||||||
|
Loading…
Reference in New Issue
Block a user