Updated documentation for VimuxPromptCommand

Added description for VimuxPromptCommand optional parameter.
fix-tmux-next-3dot4
Matthias Bilger 10 years ago
parent a772fce3e2
commit 5a530ca8e4

@ -117,10 +117,12 @@ uses the nearest pane or always creates a new one with g:VimuxUseNearest
VimuxPromptCommand~
Prompt for a command and run it in a small horizontal split bellow the current
pane.
pane. A parameter can be supplied to predefine a command or a part of the
command which can be edited in the prompt.
>
" Prompt for a command to run map
map <Leader>vp :VimuxPromptCommand<CR>
map <Leader>vm :VimuxPromptCommand("make ")<CR>
<
------------------------------------------------------------------------------

Loading…
Cancel
Save