Thanks to visit codestin.com Credit goes to github.com
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 cc81ca1 commit 521e985Copy full SHA for 521e985
1 file changed
IPython/terminal/shortcuts/__init__.py
@@ -631,6 +631,7 @@ def win_paste(event):
631
nc.beginning_of_buffer,
632
nc.end_of_buffer,
633
nc.end_of_line,
634
+ nc.forward_char,
635
nc.forward_word,
636
nc.unix_line_discard,
637
]
0 commit comments