home: make clear command clear scrollback
This commit is contained in:
parent
66e89a7b03
commit
b8842cf24b
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ in
|
|||
r = "ranger";
|
||||
rm = "trash-put";
|
||||
emacs = "emacsclient -nw";
|
||||
# Make clear command clear scrollback
|
||||
# https://github.com/kovidgoyal/kitty/issues/268#issuecomment-355765686
|
||||
clear = "printf '\\E[H\\E[3J'";
|
||||
};
|
||||
bashrcExtra = ''
|
||||
# Modify killall for wrapped applications, e.g. firefox
|
||||
|
|
Loading…
Add table
Reference in a new issue