inputrc: disable ctrl+backspace since shift+backspace triggered it as well :(
This commit is contained in:
parent
ace325fd4d
commit
b760603b37
2
inputrc
2
inputrc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user