From dddcb877d6f5a00985ace41f2ec638368d951fd6 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 18 Sep 2025 16:31:06 -0400 Subject: [PATCH] feat: Adds some split navigation to ghostty config. --- ghostty/config | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ghostty/config b/ghostty/config index 46064b9..acc22df 100644 --- a/ghostty/config +++ b/ghostty/config @@ -22,3 +22,11 @@ macos-titlebar-proxy-icon = hidden macos-icon = custom-style 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