feat: Adds some split navigation to ghostty config.

This commit is contained in:
2025-09-18 16:31:06 -04:00
parent 0bd1e6242d
commit dddcb877d6

View File

@@ -22,3 +22,11 @@ macos-titlebar-proxy-icon = hidden
macos-icon = custom-style macos-icon = custom-style
keybind = super+shift+t=toggle_quick_terminal keybind = super+shift+t=toggle_quick_terminal
# Splits
keybind = super+j=goto_split:down
keybind = super+h=goto_split:left
keybind = super+k=goto_split:up
keybind = super+l=goto_split:right
keybind = super+shift+j=goto_split:previous
keybind = super+shift+k=goto_split:next