From 44e1b85f7420369af57751200765b64d4bae371e Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Tue, 25 Nov 2025 23:13:47 +0100 Subject: [PATCH] updates ghostty config --- modules/ghostty/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index 88f43f4..b917628 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -18,6 +18,8 @@ copy-on-select = true; shell-integration-features = true; scrollback-limit = 100000; + link-url = true; + link-previews = true; background = "#0f0b15"; foreground = "#ffffff"; cursor-color = "#d369af"; @@ -43,6 +45,8 @@ ]; keybind = [ "ctrl+b>s=new_split:auto" + "ctrl+b>-=new_split:down" + "ctrl+b>|=new_split:right" "ctrl+b>h=goto_split:left" "ctrl+b>j=goto_split:down" "ctrl+b>k=goto_split:up"