Updated to include ctrl+R | Ctrl+L keys (for cygwin)
This commit is contained in:
parent
7ea964ea58
commit
8f9cf900f2
16
inputrc
Normal file → Executable file
16
inputrc
Normal file → Executable file
@ -11,3 +11,19 @@ $include /etc/inputrc
|
|||||||
"\eOP": "clear\n"
|
"\eOP": "clear\n"
|
||||||
# F4
|
# F4
|
||||||
"\eOS": "{h,cc}"
|
"\eOS": "{h,cc}"
|
||||||
|
|
||||||
|
# Fragment from Ubuntus default inputrc:
|
||||||
|
# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
|
||||||
|
"\e[1;5C": forward-word
|
||||||
|
"\e[1;5D": backward-word
|
||||||
|
"\e[5C": forward-word
|
||||||
|
"\e[5D": backward-word
|
||||||
|
"\e\e[C": forward-word
|
||||||
|
"\e\e[D": backward-word
|
||||||
|
|
||||||
|
$if term=rxvt
|
||||||
|
"\e[8~": end-of-line
|
||||||
|
"\eOc": forward-word
|
||||||
|
"\eOd": backward-word
|
||||||
|
$endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user