all repos

dotfiles @ 0d2b7d6

my dotfiles

config/sublime-text-3/Default (Linux).sublime-keymap (view raw)

1
2
3
4
5
6
7
8
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" }
]