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) • 362 B
JSON
{
".platform-darwin atom-workspace": {
"ctrl-.": "nuclide-navigation-stack:navigate-forwards",
"ctrl-,": "nuclide-navigation-stack:navigate-backwards"
},
".platform-win32 atom-workspace, .platform-linux atom-workspace": {
"ctrl-<": "nuclide-navigation-stack:navigate-forwards",
"ctrl->": "nuclide-navigation-stack:navigate-backwards"
}
}