inputrc: F5 in terminal refreshes bash aliases

This commit is contained in:
Josh Holtrop 2011-09-09 14:51:09 -04:00
parent 4201de5b4b
commit b513d3be90

View File

@ -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