From 9c01ac5c6440a63285233f18c5565de0b6277b7a Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Thu, 26 Feb 2026 08:47:26 +0000 Subject: [PATCH] rm ghostty shortcuts Signed-off-by: Christoph Schmatzler --- profiles/ghostty.nix | 52 -------------------------------------------- 1 file changed, 52 deletions(-) diff --git a/profiles/ghostty.nix b/profiles/ghostty.nix index fcaba92..aaeb097 100644 --- a/profiles/ghostty.nix +++ b/profiles/ghostty.nix @@ -14,57 +14,5 @@ shell-integration-features = no-cursor clipboard-read = allow clipboard-write = allow - - keybind = ctrl+t>n=new_tab - keybind = ctrl+t>x=close_tab - keybind = ctrl+t>h=previous_tab - keybind = ctrl+t>left=previous_tab - keybind = ctrl+t>k=previous_tab - keybind = ctrl+t>up=previous_tab - keybind = ctrl+t>l=next_tab - keybind = ctrl+t>right=next_tab - keybind = ctrl+t>j=next_tab - keybind = ctrl+t>down=next_tab - keybind = ctrl+t>tab=last_tab - keybind = ctrl+t>one=goto_tab:1 - keybind = ctrl+t>two=goto_tab:2 - keybind = ctrl+t>three=goto_tab:3 - keybind = ctrl+t>four=goto_tab:4 - keybind = ctrl+t>five=goto_tab:5 - keybind = ctrl+t>six=goto_tab:6 - keybind = ctrl+t>seven=goto_tab:7 - keybind = ctrl+t>eight=goto_tab:8 - keybind = ctrl+t>nine=goto_tab:9 - - keybind = ctrl+p>n=new_split:auto - keybind = ctrl+p>d=new_split:down - keybind = ctrl+p>r=new_split:right - keybind = ctrl+p>x=close_surface - keybind = ctrl+p>f=toggle_split_zoom - keybind = ctrl+p>h=goto_split:left - keybind = ctrl+p>left=goto_split:left - keybind = ctrl+p>l=goto_split:right - keybind = ctrl+p>right=goto_split:right - keybind = ctrl+p>j=goto_split:down - keybind = ctrl+p>down=goto_split:down - keybind = ctrl+p>k=goto_split:up - keybind = ctrl+p>up=goto_split:up - keybind = ctrl+p>equal=equalize_splits - - keybind = ctrl+n>h=resize_split:left,10 - keybind = ctrl+n>left=resize_split:left,10 - keybind = ctrl+n>j=resize_split:down,10 - keybind = ctrl+n>down=resize_split:down,10 - keybind = ctrl+n>k=resize_split:up,10 - keybind = ctrl+n>up=resize_split:up,10 - keybind = ctrl+n>l=resize_split:right,10 - keybind = ctrl+n>right=resize_split:right,10 - keybind = ctrl+n>equal=equalize_splits - - keybind = alt+n=new_split:auto - keybind = alt+h=goto_split:left - keybind = alt+l=goto_split:right - keybind = alt+j=goto_split:down - keybind = alt+k=goto_split:up ''; }