Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd8e473

Browse files
committed
Change the default for character complete to Alt+Right
1 parent 875ff23 commit fd8e473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

IPython/terminal/shortcuts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def create_identifier(handler: Callable):
227227
),
228228
Binding(
229229
auto_suggest.accept_character,
230-
["right"],
230+
["escape", "right"],
231231
"has_suggestion & default_buffer_focused",
232232
),
233233
Binding(

0 commit comments

Comments
 (0)