Created
February 24, 2026 08:30
-
-
Save NickCrew/2b165201b7bec02f5068a82ebcaaf394 to your computer and use it in GitHub Desktop.
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
| # Config generated by Ghostty Config | |
| shell-integration = zsh | |
| title-report = true | |
| quick-terminal-size = 50% | |
| clipboard-read = allow | |
| copy-on-select = true | |
| window-subtitle = working-directory | |
| window-colorspace = display-p3 | |
| window-save-state = always | |
| mouse-shift-capture = true | |
| macos-option-as-alt = true | |
| auto-update-channel = tip | |
| theme = Tinacious Design Dark | |
| background = #1d1d26 | |
| foreground = #cbcbf0 | |
| selection-background = #ff3399 | |
| selection-foreground = #ffffff | |
| cursor-color = #cbcbf0 | |
| cursor-text = #999999 | |
| palette = 0=#1d1d26 | |
| palette = 1=#ff3399 | |
| palette = 2=#00d364 | |
| palette = 3=#ffcc66 | |
| palette = 4=#00cbff | |
| palette = 5=#cc66ff | |
| palette = 6=#00ceca | |
| palette = 7=#cbcbf0 | |
| palette = 8=#636667 | |
| palette = 9=#ff2f92 | |
| palette = 10=#00d364 | |
| palette = 11=#ffd479 | |
| palette = 12=#00cbff | |
| palette = 13=#d783ff | |
| palette = 14=#00d5d4 | |
| palette = 15=#d5d6f3 | |
| font-family = Recursive | |
| keybind = super+right_bracket=next_tab | |
| keybind = super+left_bracket=previous_tab | |
| keybind = super+shift+space=last_tab | |
| keybind = super+shift+l=goto_split:right | |
| keybind = super+shift+j=goto_split:down | |
| keybind = super+shift+h=goto_split:left | |
| keybind = super+shift+k=goto_split:up | |
| keybind = alt+right_bracket=goto_split:next | |
| keybind = alt+left_bracket=goto_split:previous | |
| keybind = super+alt+space=toggle_quick_terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment