Skip to content

Instantly share code, notes, and snippets.

@iyakd
iyakd / Default (OSX).sublime-keymap
Created August 21, 2014 11:27
Описание путей для SideBarEnhancements
[
{ "keys": ["option+o"],
"command": "side_bar_open_in_browser" ,
"args":{"paths":[], "type":"testing", "browser":""}
},
{ "keys": ["Command+option+o"],
"command": "side_bar_open_in_browser",
"args":{"paths":[], "type":"production", "browser":""}
}
]