inputrc: disable ctrl+backspace since shift+backspace triggered it as well :(

This commit is contained in:
Josh Holtrop 2011-05-26 15:43:28 -04:00
parent ace325fd4d
commit b760603b37

View File

@ -28,7 +28,7 @@ $include /etc/inputrc
# puttycyg # puttycyg
"\eOC": forward-word "\eOC": forward-word
"\eOD": backward-word "\eOD": backward-word
"\010": backward-kill-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