dotfiles/config/sublime-text-3/Default (Linux).sublime-keymap
Smirnov Olexandr 68604c9c6a Update
2020-09-21 17:48:59 +03:00

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" }
]