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