From ac857e73d1b5ea90f3ad57f78bc1814085eb744b Mon Sep 17 00:00:00 2001 From: Lukas Cech Date: Mon, 20 Jan 2025 15:08:35 +0100 Subject: [PATCH] Change keyboard for splitting ghostty windows --- home-manager/lcech-mac-veracode.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-manager/lcech-mac-veracode.nix b/home-manager/lcech-mac-veracode.nix index e6f1fad..7daad3b 100644 --- a/home-manager/lcech-mac-veracode.nix +++ b/home-manager/lcech-mac-veracode.nix @@ -65,10 +65,10 @@ in keybind = super+k=new_split:down keybind = super+l=new_split:right - keybind = super+alt+j=goto_split:top - keybind = super+alt+k=goto_split:bottom - keybind = super+alt+h=goto_split:left - keybind = super+alt+l=goto_split:right + keybind = super+ctrl+j=goto_split:top + keybind = super+ctrl+k=goto_split:bottom + keybind = super+ctrl+h=goto_split:left + keybind = super+ctrl+l=goto_split:right keybind = super+shift+j=resize_split:up,10 keybind = super+shift+k=resize_split:down,10