From fd8e473dbdb72713cc3320d288eaa92b779c1a9f 2023-02-05 20:46:25 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: 2023-02-05 20:46:25 Subject: [PATCH] Change the default for character complete to Alt+Right --- diff --git a/IPython/terminal/shortcuts/__init__.py b/IPython/terminal/shortcuts/__init__.py index 8b2686d..fee2b59 100644 --- a/IPython/terminal/shortcuts/__init__.py +++ b/IPython/terminal/shortcuts/__init__.py @@ -227,7 +227,7 @@ AUTO_SUGGEST_BINDINGS = [ ), Binding( auto_suggest.accept_character, - ["right"], + ["escape", "right"], "has_suggestion & default_buffer_focused", ), Binding(