Skip to content

Commit 556a2d6

Browse files
Michael vanderKampMichael vanderKamp
authored andcommitted
Add a VimuxOpenRunner command
1 parent 3fdafcf commit 556a2d6

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
@@ -5,6 +5,7 @@ let g:loaded_vimux = 1
55

66
command -nargs=* VimuxRunCommand :call VimuxRunCommand(<args>)
77
command VimuxRunLastCommand :call VimuxRunLastCommand()
8+
command VimuxOpenRunner :call VimuxOpenRunner()
89
command VimuxCloseRunner :call VimuxCloseRunner()
910
command VimuxZoomRunner :call VimuxZoomRunner()
1011
command VimuxInspectRunner :call VimuxInspectRunner()

0 commit comments

Comments
 (0)