aboutsummaryrefslogtreecommitdiff
path: root/ghostty
diff options
context:
space:
mode:
authory-jan137 <yousefjan24000@gmail.com>2026-04-08 10:02:08 +0300
committery-jan137 <yousefjan24000@gmail.com>2026-04-08 10:02:08 +0300
commit9e2709eea53b6fcece8145250e3c86b7d2709dcd (patch)
tree64ae5d2b1376ae7388f4d70c12332a88282f49a1 /ghostty
parent1a8104551f8cef0cab3b0108856d77bcb67f0967 (diff)
Add tmux and zsh
Diffstat (limited to 'ghostty')
-rw-r--r--ghostty/config19
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
-