diff --git a/ipython/profile_default/ipython_config.py b/ipython/profile_default/ipython_config.py index 89b92ec..e2629ae 100644 --- a/ipython/profile_default/ipython_config.py +++ b/ipython/profile_default/ipython_config.py @@ -3,3 +3,4 @@ config = get_config() config.TerminalInteractiveShell.editing_mode = "vi" config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text config.TerminalInteractiveShell.true_color = True +config.TerminalInteractiveShell.extra_open_editor_shortcuts = True