bind ctrl+backspace and ctrl+delete in bash
This commit is contained in:
5
dot_inputrc
Normal file
5
dot_inputrc
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Ctrl-Backspace: delete previous word
|
||||||
|
"\C-H": backward-kill-word
|
||||||
|
|
||||||
|
# Ctrl-Delete: delete next word
|
||||||
|
"\e[3;5~": kill-word
|
||||||
Reference in New Issue
Block a user