Advertisement
Guest User

Skipping past auto-completed matching brackets[sublime text]

a guest
Sep 18th, 2017
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.40 KB | None | 0 0
  1. [
  2.     { "keys": ["shift+space"], "command": "move", "args": {"by": "subword_ends", "forward": true} },
  3.     { "keys": ["enter"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
  4.             [
  5.              { "key": "following_text", "operator": "regex_contains", "operand": "^[)\"\\]]", "match_all": true },
  6.              { "key": "auto_complete_visible", "operator": "equal", "operand": false }
  7.             ]  
  8.     }
  9. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement