This commit is contained in:
Smirnov Olexandr 2020-09-21 17:48:59 +03:00
parent 262cea2a4a
commit 68604c9c6a
11 changed files with 1016 additions and 141 deletions

View file

@ -0,0 +1,9 @@
[
// Unbind's
{ "keys": ["ctrl+b"], "command": null },
{ "keys": ["ctrl+shift+x"],"command": null },
// Bind's
{ "keys": ["ctrl+shift+`"], "command": "ecsstractor", "args": {"bem_nesting": true } },
{ "keys": ["ctrl+`"], "command": "ecsstractor"},
{ "keys": ["ctrl+b"], "command": "toggle_side_bar" }
]