Created
April 7, 2026 07:40
-
-
Save mayooot/2cc3d7df4abd4a71288eb8018440bb26 to your computer and use it in GitHub Desktop.
ghosttty 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/ghostty/config | |
| font-family = JetBrainsMonoNerdFont | |
| font-size = 16 | |
| font-thicken = true | |
| adjust-cell-height = 2 | |
| theme = light:Catppuccin Latte,dark:Catppuccin Mocha | |
| #theme = Catppuccin Mocha | |
| background-opacity = 0.9 | |
| background-blur-radius = 20 | |
| macos-titlebar-style = transparent | |
| window-padding-x = 10 | |
| window-padding-y = 8 | |
| window-save-state = always | |
| window-theme = auto | |
| cursor-style = block | |
| cursor-style-blink = true | |
| cursor-opacity = 1.0 | |
| mouse-hide-while-typing = true | |
| copy-on-select = clipboard | |
| quick-terminal-position = top | |
| quick-terminal-screen = mouse | |
| quick-terminal-autohide = true | |
| quick-terminal-animation-duration = 0.15 | |
| clipboard-paste-protection = true | |
| clipboard-paste-bracketed-safe = true | |
| shell-integration = detect | |
| keybind = cmd+t=new_tab | |
| keybind = cmd+shift+left=previous_tab | |
| keybind = cmd+shift+right=next_tab | |
| keybind = cmd+w=close_surface | |
| keybind = cmd+d=new_split:right | |
| keybind = cmd+shift+d=new_split:down | |
| keybind = cmd+alt+left=goto_split:left | |
| keybind = cmd+alt+right=goto_split:right | |
| keybind = cmd+alt+up=goto_split:top | |
| keybind = cmd+alt+down=goto_split:bottom | |
| keybind = cmd+plus=increase_font_size:1 | |
| keybind = cmd+minus=decrease_font_size:1 | |
| keybind = cmd+zero=reset_font_size | |
| keybind = global:ctrl+grave_accent=toggle_quick_terminal | |
| keybind = cmd+shift+e=equalize_splits | |
| keybind = cmd+shift+f=toggle_split_zoom | |
| keybind = cmd+shift+comma=reload_config | |
| scrollback-limit = 25000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment