Skip to content

Commit adc4967

Browse files
author
Alen
committed
Add prompt_toolkit's unix_word_rubout to assignable commands for shortcuts
1 parent 10c8ecc commit adc4967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IPython/terminal/shortcuts/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,5 @@ def win_paste(event):
635635
nc.forward_char,
636636
nc.forward_word,
637637
nc.unix_line_discard,
638+
nc.unix_word_rubout,
638639
]

0 commit comments

Comments
 (0)