Skip to content

Commit b60a52d

Browse files
committed
Allow to use VimuxRunCommand as a command
use as :VimuxRunCommand "ls -la"
1 parent fbb873a commit b60a52d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/vimux.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ if exists("g:loaded_vimux") || &cp
33
endif
44
let g:loaded_vimux = 1
55

6+
command! -nargs=1 VimuxRunCommand :call VimuxRunCommand(<args>)
67
command VimuxRunLastCommand :call VimuxRunLastCommand()
78
command VimuxCloseRunner :call VimuxCloseRunner()
89
command VimuxZoomRunner :call VimuxZoomRunner()

0 commit comments

Comments
 (0)