inputrc: ctrl+backspace to backward delete word in puttycyg

This commit is contained in:
Josh Holtrop 2011-05-26 13:20:24 -04:00
parent 4938092205
commit ace325fd4d

View File

@ -28,6 +28,7 @@ $include /etc/inputrc
# puttycyg
"\eOC": forward-word
"\eOD": backward-word
"\010": backward-kill-word
# allow the use of the Home/End keys
"\e[1~": beginning-of-line
"\e[4~": end-of-line