Change keyboard for splitting ghostty windows

This commit is contained in:
Lukas Cech 2025-01-20 15:08:35 +01:00
parent c48e7e3165
commit ac857e73d1

View File

@ -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