Skip to content

Instantly share code, notes, and snippets.

@petarjs
Created November 26, 2014 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petarjs/c7b40561c377328e0833 to your computer and use it in GitHub Desktop.
Save petarjs/c7b40561c377328e0833 to your computer and use it in GitHub Desktop.
[{
"keys": ["ctrl+shift+s"],
"command": "save_all"
}, {
"keys": ["tab"],
"command": "move",
"args": {
"by": "characters",
"forward": true
},
"context": [{
"key": "following_text",
"operator": "regex_contains",
"operand": "^[''{})\"\\]]",
"match_all": true
}, {
"key": "auto_complete_visible",
"operator": "equal",
"operand": false
}]
}, {
"keys": ["super+v"],
"command": "paste_and_indent"
}, {
"keys": ["super+shift+v"],
"command": "paste"
}, ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment