Skip to content

Instantly share code, notes, and snippets.

@hugollm
Last active February 5, 2019 13:38
Show Gist options
  • Save hugollm/88c419ffa458241e9ea7 to your computer and use it in GitHub Desktop.
Save hugollm/88c419ffa458241e9ea7 to your computer and use it in GitHub Desktop.
My Sublime Text 3 key bindings
[
{ "keys": ["ctrl+q"], "command": "toggle_comment" },
{ "keys": ["ctrl+o"], "command": "move_to", "args": {"to": "eol", "extend": false} },
{ "keys": ["ctrl+u"], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys": ["ctrl+k", "ctrl+k"], "command": "toggle_bookmark" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment