Update Ghostty
This commit is contained in:
parent
b20024a9d9
commit
e28b11b889
1 changed files with 18 additions and 18 deletions
|
@ -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"
|
||||||
};
|
# ];
|
||||||
};
|
# };
|
||||||
|
# };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue