Created
January 21, 2025 03:59
-
-
Save lawrencecchen/451ac745feb51c0d11f65c0eb5c8492a to your computer and use it in GitHub Desktop.
lawrence's 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
# 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 | |
# delete to start of line | |
keybind = cmd+backspace=esc:w | |
keybind = global:cmd+control+.=toggle_quick_terminal | |
font-family = "Menlo" | |
font-size = 12 | |
theme = "Monokai Classic" | |
# window-inherit-working-directory = false | |
working-directory = /Users/lawrencechen/fun | |
quick-terminal-animation-duration = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment