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