Skip to content

Instantly share code, notes, and snippets.

@lawrencecchen
Created January 21, 2025 03:59
Show Gist options
  • Save lawrencecchen/451ac745feb51c0d11f65c0eb5c8492a to your computer and use it in GitHub Desktop.
Save lawrencecchen/451ac745feb51c0d11f65c0eb5c8492a to your computer and use it in GitHub Desktop.
lawrence's ghostty config
# 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