From 205c10098a56749a06f1c3d940fd818ee85ecd9a Mon Sep 17 00:00:00 2001 From: Lukas Cech Date: Thu, 6 Feb 2025 12:22:38 +0100 Subject: [PATCH] Change ghostty window split hotkeys --- home-manager/shared/ghostty.config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/home-manager/shared/ghostty.config b/home-manager/shared/ghostty.config index 63aac48..b652c0b 100644 --- a/home-manager/shared/ghostty.config +++ b/home-manager/shared/ghostty.config @@ -17,13 +17,13 @@ keybind = super+alt+down=unbind keybind = super+alt+left=unbind keybind = super+alt+up=unbind -keybind = super+k=new_split:down -keybind = super+l=new_split:right +keybind = super+alt+k=new_split:down +keybind = super+alt+l=new_split:right -keybind = super+alt+j=goto_split:up -keybind = super+alt+k=goto_split:down -keybind = super+alt+h=goto_split:left -keybind = super+alt+l=goto_split:right +keybind = super+j=goto_split:up +keybind = super+k=goto_split:down +keybind = super+h=goto_split:left +keybind = super+l=goto_split:right keybind = super+shift+j=resize_split:up,10 keybind = super+shift+k=resize_split:down,10