Default Keybindings

April 17, 2018 ยท View on GitHub

Remember, you can always search through all the commands via the Command Palette (cmd-shift-P).

As with all Atom commands, feel free to customize these to whichever keybindings you prefer in your keymap.cson.

Languages

FeatureCommandMacOSWindows/Linux
Format Codecode-format:format-codecmd-shift-cctrl-shift-c
Toggle Datatipdatatip:toggleopt / cmd-optalt / ctrl-alt
Toggle Diagnosticsdiagnostics:toggle-tableopt-shift-dalt-shift-d
Go to First Diagnosticdiagnostics:go-to-first-diagnosticopt-ctrl-<alt-ctrl-<
Go to Last Diagnosticdiagnostics:go-to-last-diagnosticopt-ctrl->alt-ctrl->
Go to Previous Diagnosticdiagnostics:go-to-previous-diagnosticopt-<alt-<
Go to Next Diagnosticdiagnostics:go-to-next-diagnosticopt->alt->
Show Code Actionsdiagnostics:show-actions-at-positionopt-aalt-a
Apply Diagnostic Fixesdiagnostics:fix-all-in-current-fileopt-shift-aalt-shift-a
Find Referencesfind-references:activatecmd-opt-shift-fctrl-alt-shift-f
Toggle Outline Viewoutline-view:toggleopt-oalt-o
Hyperclickhyperclick:confirm-cursorcmd-opt-enterctrl-alt-enter

Debugger

FeatureCommandMacOSWindows/Linux
Step Overdebugger:step-overF10F10
Step Intodebugger:step-intoF11F11
Step Outdebugger:step-outshift-F11shift-F11
Continuedebugger:continue-debuggingF8F8
Toggle Breakpointdebugger:toggle-breakpointF9F9
Run to locationdebugger:toggle-breakpointshift-F8shift-F8
Stopdebugger:stop-debuggingshift-F5shift-F5
Restartdebugger:restart-debuggingcmd-shift-F8ctrl-shift-F8
Show Launch Dialogdebugger:show-launch-dialogcmd-F8ctrl-F8
Show Attach Dialogdebugger:show-attach-dialogcmd-shift-actrl-shift-a