| Shortcut |
Action |
| Command-P |
Goto Anything - Type part of a file name to open it. Type @ to jump to symbols, # to search within the file, and : to go to a line number. |
| Command-Shift-P |
The Command Palette holds infrequently used functionality, like sorting, changing the syntax and changing the indentation settings. |
| Control-G |
Goto line |
| Shortcut |
Action |
| Option-click |
Place caret / multi-line edit |
| Command-Shift-Space |
Select scope (block/paragraph) |
| Command-Shift-A |
Select tag contents |
| Command-D |
Select next occurance of the same word |
| Control-Command-G |
Select all matching words |
| Shortcut |
Action |
| Command-Option-/ |
Add comment |
| Command-Option-. |
Close tag |
| Command-Shift-D |
Duplicate selection |
| Command-Control-↑ or ↓ |
Move a line up or down |
- Package Control
- Processing
- MarkdownEditing
- SublimeLinter
- Color scheme: Predawn
- Gist
Location
~/Library/Application Support/Sublime Text 3/
{
"font_size": 17.0,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"open_files_in_new_window": false,
"predawn_tabs_active_underline": true,
"predawn_tabs_medium": true,
"theme": "predawn.sublime-theme",
"caret_style": "phase",
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1
}