diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-03-23 15:47:13 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-03-23 15:47:13 +0300 |
| commit | 1a8104551f8cef0cab3b0108856d77bcb67f0967 (patch) | |
| tree | bfc9027cb962b4e61394abc681be6680aabbc133 /ghostty/config | |
| parent | e9252dfe99790ce1ad5962593989992b739b4479 (diff) | |
Updates
Diffstat (limited to 'ghostty/config')
| -rw-r--r-- | ghostty/config | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ghostty/config b/ghostty/config index 4e6d1fc..75de0e9 100644 --- a/ghostty/config +++ b/ghostty/config @@ -5,7 +5,7 @@ mouse-hide-while-typing = true window-decoration = true macos-option-as-alt = true -background-opacity = 1 +background-opacity = 0.85 background-blur-radius = 20 keybind = cmd+shift+right=goto_split:right @@ -13,5 +13,11 @@ 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 + window-padding-balance = true -split-divider-color = #444444
\ No newline at end of file +split-divider-color = #444444 + |