Skip to content

Instantly share code, notes, and snippets.

@djyde
Created August 8, 2016 06:07
Show Gist options
  • Save djyde/9b999fb8a5a49ddbaca4e3cae688075d to your computer and use it in GitHub Desktop.
Save djyde/9b999fb8a5a49ddbaca4e3cae688075d to your computer and use it in GitHub Desktop.
Sublime Keymap
[
{
"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