inputrc: add F2 alias, comments

This commit is contained in:
Josh Holtrop 2011-05-13 14:59:48 -04:00
parent 167c0f1317
commit bed28d653d

4
inputrc Executable file → Normal file
View File

@ -9,7 +9,9 @@ $include /etc/inputrc
# F1 -> clear screen
"\eOP": "clear\n"
# F4
# F2 -> take a quick note
"\eOQ": "cat >/dev/null\n"
# F4 -> c++ source file extensions
"\eOS": "{h,cc}"
# Fragment from Ubuntus default inputrc: