dotfiles/config/sublime-text-3/Default (Linux).sublime-keymap (view raw)
| 1 | [ |
| 2 | // Unbind's |
| 3 | { "keys": ["ctrl+b"], "command": null }, |
| 4 | { "keys": ["ctrl+shift+x"],"command": null }, |
| 5 | // Bind's |
| 6 | { "keys": ["ctrl+shift+`"], "command": "ecsstractor", "args": {"bem_nesting": true } }, |
| 7 | { "keys": ["ctrl+`"], "command": "ecsstractor"}, |
| 8 | { "keys": ["ctrl+b"], "command": "toggle_side_bar" } |
| 9 | ] |