Created
September 4, 2017 01:03
-
-
Save rsoury/af85b393b0028f5de9f610d15c363391 to your computer and use it in GitHub Desktop.
Sublime Bindings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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