diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 7be47cb..a329917 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -4,7 +4,7 @@ enable = true; enableFishIntegration = true; installVimSyntax = true; - # systemd.enable = true; + systemd.enable = true; clearDefaultKeybinds = true; settings = { theme = "Catppuccin Mocha"; @@ -61,8 +61,8 @@ "ctrl+b>8=goto_tab:8" "ctrl+b>9=goto_tab:9" "ctrl+b>p=toggle_command_palette" - "ctrl+b+u=scroll_page_lines:-20" - "ctrl+b+d=scroll_page_lines:20" + "ctrl+shift+u=scroll_page_lines:-40" + "ctrl+shift+d=scroll_page_lines:40" "ctrl+plus=increase_font_size:2" "ctrl+minus=decrease_font_size:2" "ctrl+0=reset_font_size"