add Home/End keys for puttycyg
This commit is contained in:
parent
8d2c214ea1
commit
8f20700d65
5
inputrc
5
inputrc
@ -24,8 +24,13 @@ $include /etc/inputrc
|
||||
"\e[5D": backward-word
|
||||
"\e\e[C": forward-word
|
||||
"\e\e[D": backward-word
|
||||
|
||||
# puttycyg
|
||||
"\eOC": forward-word
|
||||
"\eOD": backward-word
|
||||
# allow the use of the Home/End keys
|
||||
"\e[1~": beginning-of-line
|
||||
"\e[4~": end-of-line
|
||||
|
||||
$if term=rxvt
|
||||
"\e[8~": end-of-line
|
||||
|
Loading…
x
Reference in New Issue
Block a user