feat(terminal): replace kitty with alacritty + tabbed

This commit is contained in:
Felix Schröter 2020-09-11 14:59:43 +02:00
parent b49348f887
commit b438e062c2
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 11 additions and 59 deletions

View file

@ -66,7 +66,6 @@ in
bindkey "$terminfo[kcud1]" history-substring-search-down
bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down
'';
inherit shellAliases;
};