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) • 334 B
JSON
{
".platform-darwin atom-workspace": {
"alt-cmd-shift-d": "nuclide-diff-view:open",
"cmd-shift-e": "nuclide-diff-view:switch-to-editor"
},
".platform-win32 atom-workspace, .platform-linux atom-workspace": {
"alt-ctrl-shift-d": "nuclide-diff-view:open",
"ctrl-shift-e": "nuclide-diff-view:switch-to-editor"
}
}