Fix Ghostty settings

This commit is contained in:
Greg Hellings
2025-08-13 13:39:34 -05:00
parent 3785ed6933
commit c691b6b8a1
+5 -4
View File
@@ -5,6 +5,7 @@
enable = true;
package = if pkgs.stdenv.hostPlatform.isDarwin then pkgs.ghostty-bin else pkgs.ghostty;
settings = {
command = "~/.nix-profile/bin/xonsh";
font-family = "Hacker";
theme = "Dracula";
scrollback-limit = "1000000";
@@ -13,10 +14,10 @@
keybind = [
"ctrl+n=new_window"
"ctrl+h=goto_split:left"
"ctrl+j=goto_split:down"
"ctrl+k=goto_split:up"
"ctrl+l=goto_split:right"
"ctrl+shift+h=goto_split:left"
"ctrl+shift+j=goto_split:down"
"ctrl+shift+k=goto_split:up"
"ctrl+shift+l=goto_split:right"
"ctrl+b>h=new_split:left"
"ctrl+b>j=new_split:down"