Skip to content

Instantly share code, notes, and snippets.

@raineorshine
Created January 28, 2014 18:40
Show Gist options
  • Save raineorshine/8673511 to your computer and use it in GitHub Desktop.
Save raineorshine/8673511 to your computer and use it in GitHub Desktop.
// change 0 to go to bol not hardbol (COMMAND MODE)
{
"keys": ["0"],
"command": "move_to",
"args": {
"to": "bol"
},
"context": [{ "key": "setting.command_mode", "operand": true }, { "key": "setting.is_widget", "operand": false }]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment