inputrc: add F2 alias, comments
This commit is contained in:
parent
167c0f1317
commit
bed28d653d
4
inputrc
Executable file → Normal file
4
inputrc
Executable file → Normal file
@ -9,7 +9,9 @@ $include /etc/inputrc
|
|||||||
|
|
||||||
# F1 -> clear screen
|
# F1 -> clear screen
|
||||||
"\eOP": "clear\n"
|
"\eOP": "clear\n"
|
||||||
# F4
|
# F2 -> take a quick note
|
||||||
|
"\eOQ": "cat >/dev/null\n"
|
||||||
|
# F4 -> c++ source file extensions
|
||||||
"\eOS": "{h,cc}"
|
"\eOS": "{h,cc}"
|
||||||
|
|
||||||
# Fragment from Ubuntus default inputrc:
|
# Fragment from Ubuntus default inputrc:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user