From e917fee38e8151c5cdf4da74486e941224dcde65 Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Sun, 19 Apr 2026 00:04:48 -0400 Subject: [PATCH] tmux for ghostty --- config/.config/ghostty/config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/.config/ghostty/config b/config/.config/ghostty/config index 56df3b3..8a4e675 100644 --- a/config/.config/ghostty/config +++ b/config/.config/ghostty/config @@ -22,3 +22,17 @@ theme = light:Dawnfox,dark:Carbonfox window-decoration = true shell-integration-features = true mouse-scroll-multiplier = 1 + +# tmux style binds +keybind = ctrl+a>c=new_tab +keybind = ctrl+a>x=close_surface +keybind = ctrl+a>n=next_tab +keybind = ctrl+a>p=previous_tab +keybind = ctrl+a>comma=prompt_tab_title +keybind = ctrl+a>shift+5=new_split:right +keybind = ctrl+a>shift+quote=new_split:down +keybind = ctrl+a>o=goto_split:next +keybind = ctrl+a>l=goto_split:right +keybind = ctrl+a>h=goto_split:left +keybind = ctrl+a>j=goto_split:down +keybind = ctrl+a>k=goto_split:up