Skip to content

Instantly share code, notes, and snippets.

@matthewpalmer
Created November 1, 2013 09:02
Show Gist options
  • Save matthewpalmer/7262751 to your computer and use it in GitHub Desktop.
Save matthewpalmer/7262751 to your computer and use it in GitHub Desktop.
Tab past closing brackets in sublime text 2
{ "keys": ["enter"], "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