Skip to content

Instantly share code, notes, and snippets.

@lawrencecchen
Created October 24, 2025 19:36
Show Gist options
  • Select an option

  • Save lawrencecchen/3c447aa998d1bf316b1cf38de31f38d5 to your computer and use it in GitHub Desktop.

Select an option

Save lawrencecchen/3c447aa998d1bf316b1cf38de31f38d5 to your computer and use it in GitHub Desktop.
# 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
keybind = ctrl+enter=text:\r
font-family = "Menlo"
font-size = 12
theme = "Monokai Classic"
# window-inherit-working-directory = false
working-directory = /Users/lawrencechen/fun
quick-terminal-animation-duration = 0
# search hack
keybind = cmd+f=write_scrollback_file:open
keybind = shift+enter=text:\x1b\r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment