Skip to content

Instantly share code, notes, and snippets.

@rsoury
Created September 4, 2017 01:03
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 rsoury/af85b393b0028f5de9f610d15c363391 to your computer and use it in GitHub Desktop.
Save rsoury/af85b393b0028f5de9f610d15c363391 to your computer and use it in GitHub Desktop.
Sublime Bindings
[
{ "keys": ["super+shift+o"], "command": "prompt_add_folder" },
{ "keys": ["/"], "command": "close_tag", "args": { "insert_slash": true }, "context":
[
{ "key": "selector", "operator": "equal", "operand": "(text.html, text.xml, meta.jsx.js) - string - comment", "match_all": true },
{ "key": "preceding_text", "operator": "regex_match", "operand": ".*<$", "match_all": true },
{ "key": "setting.auto_close_tags" }
]
},
{"keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment