Created
March 13, 2026 00:41
-
-
Save lawrencecchen/ed51da3e2d5cac69451d770f55096fb5 to your computer and use it in GitHub Desktop.
Ghostty terminal 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
| # vim bindings to focus splits | |
| keybind = cmd+ctrl+h=goto_split:left | |
| keybind = cmd+ctrl+j=goto_split:bottom | |
| keybind = cmd+ctrl+k=goto_split:top | |
| keybind = cmd+ctrl+l=goto_split:right | |
| keybind = cmd+shift+e=equalize_splits | |
| # delete to start of line | |
| keybind = cmd+backspace=esc:w | |
| keybind = global:cmd+control+.=toggle_quick_terminal | |
| keybind = ctrl+enter=text:\r | |
| font-family = "Menlo" | |
| font-size = 12 | |
| # theme = "Monokai Classic" | |
| # theme = "light:3024 Day,dark:Monokai Classic" | |
| # theme = "light:3024 Day,dark:Monokai Classic" | |
| theme = "light:iTerm2 Solarized Light,dark:Monokai Classic" | |
| # theme = "3024 Day" | |
| # theme = "Aizen Light" | |
| window-inherit-working-directory = true | |
| working-directory = /Users/lawrencechen/fun | |
| quick-terminal-animation-duration = 0 | |
| # focus-follows-mouse = true | |
| cursor-style = "bar" | |
| # background-opacity = 0.8 | |
| # split-divider-color = green |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment