We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a57833 commit ccfdd01Copy full SHA for ccfdd01
IPython/terminal/shortcuts/__init__.py
@@ -203,7 +203,7 @@ def create_identifier(handler: Callable):
203
Binding(
204
auto_suggest.accept,
205
["right"],
206
- "has_suggestion & default_buffer_focused & emacs_like_insert_mode",
+ "has_suggestion & default_buffer_focused & emacs_like_insert_mode & is_cursor_at_the_end_of_line",
207
),
208
209
auto_suggest.accept_word,
0 commit comments