-
Notifications
You must be signed in to change notification settings - Fork 43
Key Bindings
guillermooo edited this page Oct 3, 2014
·
10 revisions
Use these key bindings to work more efficiently. This list is not comprehensive.
We mention these often in the documentation, and they are generally useful.
Key Sequence | OS | Function |
---|---|---|
Ctrl+Shift+P | Linux | Open command palette |
Cmd+Shift+P | OSX | Open command palette |
Ctrl+Shift+P | Windows | Open command palette |
Shortcuts defined by the Dart plugin for Sublime Text.
Key Sequence | OS | Function |
---|---|---|
Ctrl+., Ctrl+. | All | Show Dart: * commands in the command palette. |
Ctrl+., Ctrl+o | All | Open hidden output panel |
F7 | All | Run primary action on file* Shift+F7 | All | Run primary action on active file** Ctrl+F7 | All | Run secondary action on file* Ctrl+Shift+F7 | All | Run secondary action on active file** Ctrl+Keypad0 | All | Stop any running processes
* The file name will be remembered and reused next time. ** Updates the remembered file name and runs the active file.
Whenever lists of errors are displayed, you can try the standard Sublime Text keys for navigating results.
Key Sequence | OS | Function |
---|---|---|
F4 | All | Navigate to next result/error |
⇧+F4 | All | Navigate to previous result/error |