atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
11 lines (10 loc) • 320 B
JSON
{
".platform-darwin atom-workspace": {
"ctrl-shift-s": "working-sets:toggle-last-selected",
"ctrl-s": "working-sets:select-active"
},
".platform-win32 atom-workspace, .platform-linux atom-workspace": {
"alt-shift-s": "working-sets:toggle-last-selected",
"alt-s": "working-sets:select-active"
}
}