Skip to content

Instantly share code, notes, and snippets.

View jubalm's full-sized avatar

Jubal Mabaquiao jubalm

  • Iloilo, Philippines
View GitHub Profile
@jubalm
jubalm / Default (OSX).sublime-keymap
Last active May 28, 2017 08:31 — forked from adrianmcli/Key Bindings — User.json
Enable Emmet autocompletion for React JavaScript/JSX
[
{"keys": ["tab"], "command": "expand_abbreviation_by_tab", "context":
[
{ "operand": "source.js", "operator": "equal", "match_all": true, "key": "selector" },
{ "match_all": true, "key": "selection_empty" },
{ "operator": "equal", "operand": false, "match_all": true, "key": "has_next_field" },
{ "operand": false, "operator": "equal", "match_all": true, "key": "auto_complete_visible" },
{ "match_all": true, "key": "is_abbreviation" }
]
}