Skip to content

Instantly share code, notes, and snippets.

@evgeniy-vashchuk
Created August 7, 2017 21:14
Show Gist options
  • Save evgeniy-vashchuk/d32cd55d7432c33369efcb8e0ed95112 to your computer and use it in GitHub Desktop.
Save evgeniy-vashchuk/d32cd55d7432c33369efcb8e0ed95112 to your computer and use it in GitHub Desktop.
[
{
"keys": ["ctrl+alt+."], "command": "goto_css_declaration",
"args": {"goto": "next"}
},
{
"keys": ["ctrl+alt+,"], "command": "goto_css_declaration",
"args": {"goto": "prev"}
},
{
"keys": ["alt+shift+f"], "command": "reindent"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment