Skip to content

Instantly share code, notes, and snippets.

@maltyeva
Created January 14, 2020 05:24
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 maltyeva/d5bedf97232a7d6739fd784d1b852237 to your computer and use it in GitHub Desktop.
Save maltyeva/d5bedf97232a7d6739fd784d1b852237 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" }
]
},
{
"keys": ["super+shift+w"],
"command": "toggle_setting",
"args": {
"setting": "word_wrap"
}
},
{"keys": ["super+shift+a"], "command": "reindent", "args": {"single_line": false}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment