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

Skip to content

Commit 521e985

Browse files
authored
Fix missing command 'forward_char'
1 parent cc81ca1 commit 521e985

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

IPython/terminal/shortcuts/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ def win_paste(event):
631631
nc.beginning_of_buffer,
632632
nc.end_of_buffer,
633633
nc.end_of_line,
634+
nc.forward_char,
634635
nc.forward_word,
635636
nc.unix_line_discard,
636637
]

0 commit comments

Comments
 (0)