Skip to content

Instantly share code, notes, and snippets.

@typeon
Last active August 2, 2016 13:19
Show Gist options
  • Select an option

  • Save typeon/c5a669ab245fc2e136790a210c142c75 to your computer and use it in GitHub Desktop.

Select an option

Save typeon/c5a669ab245fc2e136790a210c142c75 to your computer and use it in GitHub Desktop.
Shortcut to move cursor out of parenthesis, quotes, brackets
{ "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 }
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment