Skip to content
guillermooo edited this page Oct 3, 2014 · 4 revisions

Use these key bindings to work more efficiently. This list is not comprehensive.

Some Sublime Text Default Shortcuts

We mention these often in the documentation, and they are generally useful.

Key Sequence OS Function
Ctrl+Shift+P Linux Open command palette
+Shift+P OSX Open command palette
Ctrl+Shift+P Windows Open command palette

Dart Plugin

Shortcuts defined by the Dart plugin for Sublime Text. Some of them have equivalent items in the command palette.

General

Key Sequence OS Function
Ctrl+., Ctrl+. All Show Dart: * commands in the command palette.
Ctrl+., Ctrl+o All Open hidden output panel

Running Files

Key Sequence OS Function
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.

Building Files

Key Sequence OS Function
Ctrl++., Ctrl++. All Shows Build: Dart: * commands in the command palette.

Error Navigation

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
Clone this wiki locally