inputrc: ctrl+backspace to backward delete word in puttycyg
This commit is contained in:
parent
4938092205
commit
ace325fd4d
1
inputrc
1
inputrc
@ -28,6 +28,7 @@ $include /etc/inputrc
|
|||||||
# puttycyg
|
# puttycyg
|
||||||
"\eOC": forward-word
|
"\eOC": forward-word
|
||||||
"\eOD": backward-word
|
"\eOD": backward-word
|
||||||
|
"\010": backward-kill-word
|
||||||
# allow the use of the Home/End keys
|
# allow the use of the Home/End keys
|
||||||
"\e[1~": beginning-of-line
|
"\e[1~": beginning-of-line
|
||||||
"\e[4~": end-of-line
|
"\e[4~": end-of-line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user