Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
Sublime Text 3 dev builds are currently available to registered users only.?
//Vim-like navigation in sidebar-tree
{
"keys": ["h"], "command": "move", "args": {"by": "characters", "forward": false},
"context": [ {"key": "control", "operand": "sidebar_tree"} ]
},
{
"keys": ["j"], "command": "move", "args": {"by": "lines", "forward": true},
"context": [ {"key": "control", "operand": "sidebar_tree"} ]
},
{
"keys": ["k"], "command": "move", "args": {"by": "lines", "forward": false},
"context": [ {"key": "control", "operand": "sidebar_tree"} ]
},
{
"keys": ["l"], "command": "move", "args": {"by": "characters", "forward": true},
"context": [ {"key": "control", "operand": "sidebar_tree"} ]
},
// Копирование файлов
{
"keys": ["y"], "command": "side_bar_copy", "args": {"paths": []},
"context": [ {"key": "control", "operand": "sidebar_tree"} ]
},
// Удаление файлов
{
"keys": ["d"], "command": "side_bar_delete", "args": {"paths": []},
"context": [ {"key": "control", "operand": "sidebar_tree"} ]
}
Sublime Text для фронтэнд-разработчика