From 5ecb81d7582481107ac2fe0b4d91beab12d1593f 2022-01-18 07:51:34 From: Matthias Bussonnier Date: 2022-01-18 07:51:34 Subject: [PATCH] Update IPython/terminal/interactiveshell.py --- diff --git a/IPython/terminal/interactiveshell.py b/IPython/terminal/interactiveshell.py index 302d81f..1e24078 100644 --- a/IPython/terminal/interactiveshell.py +++ b/IPython/terminal/interactiveshell.py @@ -325,9 +325,6 @@ class TerminalInteractiveShell(InteractiveShell): allow_none=True, ).tag(config=True) - prompt_includes_vi_mode = Bool( - True, help="Display the current vi mode (when using vi editing mode)." - ).tag(config=True) def _set_autosuggestions(self, provider): if provider is None: