Created
October 24, 2025 19:36
-
-
Save lawrencecchen/3c447aa998d1bf316b1cf38de31f38d5 to your computer and use it in GitHub Desktop.
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 | |
| 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