inputrc: hide "clear" command from history
This commit is contained in:
parent
ddd5db3cdd
commit
b03f38d7c2
4
inputrc
4
inputrc
@ -8,8 +8,8 @@ $include /etc/inputrc
|
|||||||
"\e[6~": history-search-forward
|
"\e[6~": history-search-forward
|
||||||
|
|
||||||
# F1 -> clear screen
|
# F1 -> clear screen
|
||||||
"\eOP": "clear\n"
|
"\eOP": " clear\n"
|
||||||
"\e[11~": "clear\n"
|
"\e[11~": " clear\n"
|
||||||
# F2 -> take a quick note
|
# F2 -> take a quick note
|
||||||
"\eOQ": "cat >/dev/null\n"
|
"\eOQ": "cat >/dev/null\n"
|
||||||
"\e[12~": "cat > /dev/null\n"
|
"\e[12~": "cat > /dev/null\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user