From 9e2709eea53b6fcece8145250e3c86b7d2709dcd Mon Sep 17 00:00:00 2001 From: y-jan137 Date: Wed, 8 Apr 2026 10:02:08 +0300 Subject: Add tmux and zsh --- ghostty/config | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'ghostty/config') diff --git a/ghostty/config b/ghostty/config index 75de0e9..dfaddd8 100644 --- a/ghostty/config +++ b/ghostty/config @@ -1,4 +1,4 @@ -background="black" +background=#000000 font-size = 15 background-blur-radius = 20 mouse-hide-while-typing = true @@ -6,18 +6,23 @@ window-decoration = true macos-option-as-alt = true background-opacity = 0.85 -background-blur-radius = 20 +background-blur-radius = 20 +foreground = #FCFCFC keybind = cmd+shift+right=goto_split:right keybind = cmd+shift+left=goto_split:left keybind = cmd+shift+up=goto_split:up keybind = cmd+shift+down=goto_split:down -keybind = cmd+shift+l=goto_split:right -keybind = cmd+shift+h=goto_split:left -keybind = cmd+shift+k=goto_split:up -keybind = cmd+shift+j=goto_split:down +keybind = ctrl+shift+right=goto_split:right +keybind = ctrl+shift+left=goto_split:left +keybind = ctrl+shift+up=goto_split:up +keybind = ctrl+shift+down=goto_split:down + +keybind = ctrl+shift+l=goto_split:right +keybind = ctrl+shift+h=goto_split:left +keybind = ctrl+shift+k=goto_split:up +keybind = ctrl+shift+j=goto_split:down window-padding-balance = true split-divider-color = #444444 - -- cgit v1.2.3