mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
9 lines
331 B
Text
9 lines
331 B
Text
[
|
|
// 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" }
|
|
]
|