home: make clear command clear scrollback

inky
Elnu 1 year ago
parent 66e89a7b03
commit b8842cf24b

@ -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…
Cancel
Save