diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-04-08 10:02:08 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-04-08 10:02:08 +0300 |
| commit | 9e2709eea53b6fcece8145250e3c86b7d2709dcd (patch) | |
| tree | 64ae5d2b1376ae7388f4d70c12332a88282f49a1 /ghostty/config | |
| parent | 1a8104551f8cef0cab3b0108856d77bcb67f0967 (diff) | |
Add tmux and zsh
Diffstat (limited to 'ghostty/config')
| -rw-r--r-- | ghostty/config | 19 |
1 files changed, 12 insertions, 7 deletions
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 - |