We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a772fce commit 5a530caCopy full SHA for 5a530ca
doc/vimux.txt
@@ -117,10 +117,12 @@ uses the nearest pane or always creates a new one with g:VimuxUseNearest
117
VimuxPromptCommand~
118
119
Prompt for a command and run it in a small horizontal split bellow the current
120
-pane.
+pane. A parameter can be supplied to predefine a command or a part of the
121
+command which can be edited in the prompt.
122
>
123
" Prompt for a command to run map
124
map <Leader>vp :VimuxPromptCommand<CR>
125
+ map <Leader>vm :VimuxPromptCommand("make ")<CR>
126
<
127
128
------------------------------------------------------------------------------
0 commit comments