File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -431,5 +431,21 @@ Caution: It is probably best not to mix this with |VimuxRunnerName|.
431431<
432432Default: 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==============================================================================
435451vim:tw=78:ts=2:sw=2:expandtab:ft=help:norl:
You can’t perform that action at this time.
0 commit comments