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

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
@@ -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)