Last active
April 11, 2025 16:21
-
-
Save zvakanaka/884c65f5a9c62bf982f63bda9304d298 to your computer and use it in GitHub Desktop.
Ghostty Terminal
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
# this file is ~/.config/ghostty/config | |
# ghostty +show-config --default --docs | nvim | |
# reload with cmd+shift+, | |
# ghostty +list-fonts | |
font-family = JetBrainsMonoNL Nerd Font Mono | |
# ghostty +list-themes | |
# theme = GruvboxDark | |
theme = GruvboxLight | |
# theme = tokyonight-day | |
background-opacity = 0.9 | |
# the highest you want to go is 20 due to performance | |
# background-blur-radius = 10 | |
split-divider-color = #22FF22 | |
window-theme = ghostty | |
# https://ghostty.org/docs/config/reference#macos-titlebar-style | |
macos-titlebar-style = tabs | |
focus-follows-mouse = true | |
quit-after-last-window-closed = true | |
# keybind = super+d=new_split:right | |
# keybind = super+shift+d=new_split:down | |
# keybind = super+shift+enter=toggle_split_zoom | |
keybind = super+right=goto_split:right | |
keybind = super+left=goto_split:left | |
keybind = super+down=goto_split:down | |
keybind = super+up=goto_split:up | |
# toggle quick terminal | |
keybind = super+shift+t=toggle_quick_terminal | |
# `blueprint`, `chalkboard`, `microchip`, `glass`, `holographic`, | |
# `paper`, `retro`, `xray` | |
macos-icon = retro | |
window-padding-balance = true | |
window-padding-color = background | |
window-step-resize = true | |
minimum-contrast = 1 | |
# Notes | |
# super+click to open a link | |
# super+shift+click to open a link in Neovim | |
# mouse-scroll-multiplier = 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment