Skip to content

Instantly share code, notes, and snippets.

@felixangell
Last active December 14, 2021 16:03
Show Gist options
  • Save felixangell/05b8b7e84c48b45955fbe473ac54adde to your computer and use it in GitHub Desktop.
Save felixangell/05b8b7e84c48b45955fbe473ac54adde to your computer and use it in GitHub Desktop.
font:
size: 18.0
key_bindings:
- { key: Key3, mods: Alt, chars: "#" }
- { key: Left, mods: Alt, chars: "\x1bb" }
- { key: Right, mods: Alt, chars: "\x1bf" }
- { key: Left, mods: Command, chars: "\x1bOH", mode: AppCursor } # Home
- { key: Right, mods: Command, chars: "\x1bOF", mode: AppCursor }
cursor:
style:
shape: Block
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment