inputrc: F5 in terminal refreshes bash aliases
This commit is contained in:
parent
4201de5b4b
commit
b513d3be90
2
inputrc
2
inputrc
@ -16,6 +16,8 @@ $include /etc/inputrc
|
|||||||
# F4 -> c++ source file extensions
|
# F4 -> c++ source file extensions
|
||||||
"\eOS": "{h,cc}"
|
"\eOS": "{h,cc}"
|
||||||
"\e[14~": "{h,cc}"
|
"\e[14~": "{h,cc}"
|
||||||
|
# F5 -> refresh bash aliases
|
||||||
|
"\e[15~": ". ~/.bash_aliases\n"
|
||||||
|
|
||||||
# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
|
# mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
|
||||||
"\e[1;5C": forward-word
|
"\e[1;5C": forward-word
|
||||||
|
Loading…
x
Reference in New Issue
Block a user