Last active
February 5, 2019 13:38
-
-
Save hugollm/88c419ffa458241e9ea7 to your computer and use it in GitHub Desktop.
My Sublime Text 3 key bindings
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
[ | |
{ "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