Last active
March 12, 2026 20:55
-
-
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 | |
| # theme = tokyonight | |
| # theme = tokyonight_moon | |
| # theme = dark:tokyonight,light:Gruvbox Light | |
| theme = dark:Gruvbox Dark,light:Gruvbox Light | |
| 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 = native | |
| # macos-titlebar-style = tabs | |
| focus-follows-mouse = 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 | |
| # resize split | |
| keybind = ctrl+shift+h=resize_split:left,10 | |
| keybind = ctrl+shift+l=resize_split:right,10 | |
| keybind = ctrl+shift+k=resize_split:up,10 | |
| keybind = ctrl+shift+j=resize_split:down,10 | |
| quit-after-last-window-closed = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment