Created
May 14, 2026 02:11
-
-
Save tdensmore/1c31160699b62e435c61d88899079c67 to your computer and use it in GitHub Desktop.
ghostty
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
| # The syntax is "key = value". The whitespace around the | |
| # equals doesn't matter. | |
| background = 282c34 | |
| foreground = ffffff | |
| font-family = "FiraCode Nerd Font Mono Reg" | |
| font-size = 24 | |
| # Comments start with a `#` and are only valid on their own line. | |
| # Blank lines are ignored! | |
| keybind = ctrl+z=close_surface | |
| keybind = ctrl+d=new_split:right | |
| keybind = global:cmd+grave_accent=toggle_quick_terminal | |
| quick-terminal-size = 80% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment