Update Ghostty

This commit is contained in:
albert 2025-01-07 10:58:04 -08:00
parent b20024a9d9
commit e28b11b889
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -7,22 +7,22 @@
programs.bash.sessionVariables = { TERM = "xterm-256color"; };
programs.fish.shellInit = ''set TERM "xterm-256color '';
programs.ghostty = {
# TODO Re-enable this when 25.05 is out or when this is compabile with 24.11
enable = false;
enableBashIntegration = true;
enableFishIntegration = true;
enableZshIntegration = true;
installBatSyntax = true;
installVimSyntax = true;
settings = {
font-size = 10;
cursor-style = "bar";
keybind = [
"shift+right=next_tab"
"shift+left=previous_tab"
"shift+up=toggle_tab_overview"
];
};
};
# TODO Re-enable this when 25.05 is out or when this is compabile with 24.11
# programs.ghostty = {
# enable = true;
# enableBashIntegration = true;
# enableFishIntegration = true;
# enableZshIntegration = true;
# installBatSyntax = true;
# installVimSyntax = true;
# settings = {
# font-size = 10;
# cursor-style = "bar";
# keybind = [
# "shift+right=next_tab"
# "shift+left=previous_tab"
# "shift+up=toggle_tab_overview"
# ];
# };
# };
}