Last active
December 28, 2024 21:57
-
-
Save karolba/8dac2f58a22388f492ebbbff5eff7151 to your computer and use it in GitHub Desktop.
My ghostty config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# disabling stuff | |
shell-integration-features = no-cursor | |
resize-overlay = never | |
auto-update = off | |
theme = light:Terminal Basic,dark:MaterialDarker | |
bold-is-bright = true | |
macos-icon = custom-style | |
macos-icon-ghost-color = 000000 | |
macos-icon-screen-color = FFFFFF | |
# default is "transparent" | |
macos-titlebar-style = native | |
macos-option-as-alt = left | |
adjust-cursor-thickness = 2 | |
adjust-cursor-height = 2 | |
font-family = Comic Mono | |
adjust-font-baseline = -2 | |
adjust-cell-height = 1 | |
adjust-underline-position = 3 | |
# Use a different font for the colon (:), I don't like the Comic Mono one | |
font-codepoint-map = U+003A=Hack Nerd Font Mono | |
unfocused-split-opacity = 0.96 | |
unfocused-split-fill = 000000 | |
#keybind = super+z=toggle_split_zoom | |
keybind = super+p=toggle_quick_terminal | |
window-step-resize = true | |
window-padding-x = 4,4 | |
#window-padding-y = 6,6 | |
#window-padding-balance = true | |
mouse-hide-while-typing = true | |
mouse-shift-capture = never | |
mouse-scroll-multiplier = 2 | |
# vim: ft=dosini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment