##// END OF EJS Templates
Make inclusion of vi mode in prompt togglable.
Make inclusion of vi mode in prompt togglable.

File last commit:

r24832:77a69638
r24832:77a69638
Show More
prompt_includes_vi_mode.rst
5 lines | 302 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / prompt_includes_vi_mode.rst

In vi editing mode, whether the prompt includes the current vi mode can now be configured

Set the TerminalInteractiveShell.prompt_includes_vi_mode to a boolean value (default: True) to control this feature.