Last active
May 8, 2025 20:49
-
-
Save iamjaredwalters/81ce9935f37a2b698e8544cc51e3f22d to your computer and use it in GitHub Desktop.
ghostty config macos
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
| bold-is-bright = true | |
| macos-titlebar-style = native | |
| quit-after-last-window-closed = true | |
| font-family = GeistMono NFM | |
| font-size = 14 | |
| theme = light:catppuccin-latte,dark:catppuccin-macchiato | |
| window-colorspace = display-p3 | |
| window-padding-x = 8 | |
| window-padding-y = 8 | |
| window-padding-balance = true | |
| window-title-font-family = GeistMono NFM | |
| keybind = cmd+backspace=esc:w | |
| keybind = cmd+s>r=reload_config | |
| keybind = cmd+right=text:\x05 | |
| keybind = cmd+left=text:\x01 | |
| keybind = alt+left=esc:b | |
| keybind = alt+right=esc:f | |
| keybind = cmd+delete=text:\x0b | |
| keybind = cmd+backspace=text:\x15 | |
| keybind = opt+delete=esc:d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment