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: