Files
env/config/ghostty/config
2026-02-19 17:52:31 -08:00

39 lines
1.0 KiB
Plaintext

# ~/.config/ghostty/config
# look & feel
theme = Brogrammer
font-family = MesloLGS NF
font-size = 13
cursor-style = block
shell-integration-features = no-cursor
window-width = 162
window-height = 50
term = xterm-256color
# reduce dimming for unfocused split panes (1.0 disables dimming)
unfocused-split-opacity = 0.88
# USE PRERELEASE
# > While you can set this setting back to `stable` at any time, this will only take effect when a later stable
# > release is available. If you want to downgrade back to the previous stable release, you must re-download Ghostty.
auto-update-channel = tip
auto-update = off
# window-inherit-working-directory = false
# binds
keybind = cmd+,=open_config
keybind = cmd+b>shift+'=new_split:down
keybind = cmd+b>shift+5=new_split:right
keybind = cmd+b>right=goto_split:right
keybind = cmd+b>left=goto_split:left
keybind = cmd+b>up=goto_split:up
keybind = cmd+b>down=goto_split:down
keybind = cmd+b>l=goto_split:right
keybind = cmd+b>h=goto_split:left
keybind = cmd+b>k=goto_split:up
keybind = cmd+b>j=goto_split:down