Skip to content

Commit 5a530ca

Browse files
committed
Updated documentation for VimuxPromptCommand
Added description for VimuxPromptCommand optional parameter.
1 parent a772fce commit 5a530ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/vimux.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,12 @@ uses the nearest pane or always creates a new one with g:VimuxUseNearest
117117
VimuxPromptCommand~
118118

119119
Prompt for a command and run it in a small horizontal split bellow the current
120-
pane.
120+
pane. A parameter can be supplied to predefine a command or a part of the
121+
command which can be edited in the prompt.
121122
>
122123
" Prompt for a command to run map
123124
map <Leader>vp :VimuxPromptCommand<CR>
125+
map <Leader>vm :VimuxPromptCommand("make ")<CR>
124126
<
125127

126128
------------------------------------------------------------------------------

0 commit comments

Comments
 (0)