mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update
This commit is contained in:
parent
262cea2a4a
commit
68604c9c6a
11 changed files with 1016 additions and 141 deletions
9
config/sublime-text-3/Default (Linux).sublime-keymap
Normal file
9
config/sublime-text-3/Default (Linux).sublime-keymap
Normal 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" }
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue