From 35fcc6d66268a080fd5a59cf0f40f9bac79eca31 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Thu, 12 Mar 2026 10:02:32 -0400 Subject: [PATCH] Update settings to use ghostty multiplexer instead of tmux --- config/ghostty/config | 18 +++++++++++++++--- config/ghostty/themes/zenwritten-dark | 2 ++ config/ghostty/themes/zenwritten-light | 1 + 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/config/ghostty/config b/config/ghostty/config index 7815010..a6b3c4b 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -1,14 +1,13 @@ # --- Basics font-family = "IosevkaTermSlab Nerd Font Propo" font-style = "Regular" -font-size = 12 +font-size = 13 background-opacity = 1.0 -window-decoration = none confirm-close-surface = false # Auto light/dark theme pair that matches your two palettes below #theme = dark:my-dark,light:my-light -theme = zenwritten-dark +theme = zenwritten-light # Font-size keybindings (match Ctrl+Shift+j/k from WezTerm) keybind = all:ctrl+shift+k=increase_font_size:1 @@ -16,3 +15,16 @@ keybind = all:ctrl+shift+j=decrease_font_size:1 # Optional: make the split divider visible (newer Ghostty) # split-divider-color = #444444 + +keybind = cmd+shift+j=goto_split:next +keybind = cmd+shift+k=goto_split:previous +keybind = cmd+shift+s=new_split:down +keybind = cmd+shift+v=new_split:right +keybind = cmd+shift+e=equalize_splits + +keybind = cmd+shift+u=scroll_page_up +keybind = cmd+shift+d=scroll_page_down +split-inherit-working-directory = true + +keybind = cmd+shift+p=ignore + diff --git a/config/ghostty/themes/zenwritten-dark b/config/ghostty/themes/zenwritten-dark index 96217a8..e89834e 100644 --- a/config/ghostty/themes/zenwritten-dark +++ b/config/ghostty/themes/zenwritten-dark @@ -24,3 +24,5 @@ palette = 12=#61ABDA palette = 13=#CF86C1 palette = 14=#65B8C1 palette = 15=#8e8e8e + +unfocused-split-fill=#BBBBBB diff --git a/config/ghostty/themes/zenwritten-light b/config/ghostty/themes/zenwritten-light index c1b068a..b09907a 100644 --- a/config/ghostty/themes/zenwritten-light +++ b/config/ghostty/themes/zenwritten-light @@ -25,3 +25,4 @@ palette = 13=#7B3B70 palette = 14=#2B747C palette = 15=#4F5E68 +unfocused-split-fill=#CFC1BA