Created
August 8, 2016 06:07
-
-
Save djyde/9b999fb8a5a49ddbaca4e3cae688075d to your computer and use it in GitHub Desktop.
Sublime Keymap
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
Show hidden characters
[ | |
{ | |
"keys": ["ctrl+e"], | |
"command": "move_to", | |
"args": {"to": "eol", "extend": false} | |
}, | |
{ | |
"keys": ["ctrl+a"], | |
"command": "move_to", | |
"args": {"to": "bol", "extend": false} | |
}, | |
{ "keys": ["command+\\"], "command": "toggle_side_bar" } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment