Skip to content

Instantly share code, notes, and snippets.

@adrianmcli
Created January 16, 2017 19:59
Show Gist options
  • Save adrianmcli/8fcc801cc3332aac6516db9e7088cc53 to your computer and use it in GitHub Desktop.
Save adrianmcli/8fcc801cc3332aac6516db9e7088cc53 to your computer and use it in GitHub Desktop.
{"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" }
]
}
@ruvasqm
Copy link

ruvasqm commented Jul 23, 2018

Thank you!

@VadokDev
Copy link

VadokDev commented Apr 26, 2020

Works amazing!, thanks you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment