zsh + foot: vim bindings + new config

This commit is contained in:
kat witch 2021-08-23 02:40:09 +01:00
parent 31d35be90f
commit 7db50fa82b
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
5 changed files with 21 additions and 17 deletions

View file

@ -7,13 +7,20 @@ with lib;
enable = true;
settings = {
main = {
term = "xterm-256color";
term = "foot";
font = "${config.kw.font.name}:size=${toString config.kw.font.size}, Twitter Color Emoji:size=8";
font-bold = "${config.kw.font.name}:size=${toString config.kw.font.size}:style=Bold";
font-italic = "${config.kw.font.name}:size=${toString config.kw.font.size}:style=Italic";
font-bold-italic = "${config.kw.font.name}:size=${toString config.kw.font.size}:style=Bold Italic";
dpi-aware = "no";
};
cursor = {
style = "beam";
};
bell = {
urgent = true;
notify = true;
};
colors = {
alpha = "0.9";
};