35 lines
1,019 B
Text
35 lines
1,019 B
Text
# --- Basics
|
|
auto-update-channel = tip
|
|
font-family = "IosevkaTerm Nerd Font Propo"
|
|
font-style = "Regular"
|
|
font-size = 13
|
|
background-opacity = 1.0
|
|
window-decoration = auto
|
|
confirm-close-surface = false
|
|
|
|
# Auto light/dark theme pair that matches your two palettes below
|
|
#theme = dark:my-dark,light:my-light
|
|
theme = zenwritten-light
|
|
|
|
# Font-size keybindings (match Ctrl+Shift+j/k from WezTerm)
|
|
keybind = all:ctrl+shift+k=increase_font_size:1
|
|
keybind = all:ctrl+shift+j=decrease_font_size:1
|
|
keybind = shift+enter=text:\x1b\r
|
|
|
|
# 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
|
|
|
|
confirm-close-surface = true
|
|
keybind = cmd+shift+t=close_surface
|