Skip to content

Commit a70218b

Browse files
committed
Update documentation for g:VimuxCommandShell
1 parent 59b1d28 commit a70218b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/vimux.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,5 +431,21 @@ Caution: It is probably best not to mix this with |VimuxRunnerName|.
431431
<
432432
Default: 0
433433

434+
------------------------------------------------------------------------------
435+
*VimuxCommandShell*
436+
4.12 g:VimuxCommandShell~
437+
438+
Set this option to `1` or `v:true` to enable shell completion in
439+
VimuxPromptCommand
440+
Set this option to `0` or `v:false` to enable vim command editing in
441+
VimuxPromptCommand
442+
443+
Enabling shell completion blocks the ability to use up-arrow to cycle through
444+
previously-run commands in VimuxPromptCommand.
445+
>
446+
let g:VimuxCommandShell = 0
447+
<
448+
Default: 1
449+
434450
==============================================================================
435451
vim:tw=78:ts=2:sw=2:expandtab:ft=help:norl:

0 commit comments

Comments
 (0)