From ac90e0525811db422677b184830e9c7c5ac833f6 Mon Sep 17 00:00:00 2001 From: pph Date: Tue, 17 Mar 2026 11:30:00 +0100 Subject: [PATCH] edit ghostty configuration Signed-off-by: pph --- home/programs/ghostty/default.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/home/programs/ghostty/default.nix b/home/programs/ghostty/default.nix index 172424a..f0a48a9 100644 --- a/home/programs/ghostty/default.nix +++ b/home/programs/ghostty/default.nix @@ -7,14 +7,18 @@ window-padding-x = 10; confirm-close-surface = false; window-padding-y = 10; + clipboard-read = "allow"; + clipboard-write = "allow"; + copy-on-select = "clipboard"; + app-notifications = false; keybind = [ "ctrl+j=goto_split:left" "ctrl+i=goto_split:up" "ctrl+k=goto_split:down" "ctrl+l=goto_split:right" - "shift+ctrl+j=new_split:left" - "shift+ctrl+i=new_split:up" - "shift+ctrl+k=new_split:down" + "shift+ctrl+h=new_split:left" + "shift+ctrl+j=new_split:down" + "shift+ctrl+k=new_split:up" "shift+ctrl+l=new_split:right" "shift+ctrl+tab=new_tab" ];