Ext.: http://lucifr.com/2011/09/10/sublime-text-2-useful-shortcuts/
Sublime Text 2 Practical shortcuts [Mac OS X]
Lucasfais summed up some very useful Sublime Text 2 shortcut keys, Lucifr translated them into Chinese for easy reference.
Note : A modifier key (such as?) followed by multiple keys indicates that the key is pressed in turn while holding down the modifier key.
Open/Go to
| ? T |
Go to File |
| ?? P |
Go to Project |
| ? R |
Go to Method |
| ?? P |
Command prompt |
| ? G |
Go to Line |
| ? Kb |
Switch Side bar |
| ? ` |
Python Console |
| ?? N |
New Window |
Edit
| ? L |
Select a row (Repeat press to add the next line to the selection) |
| ? D |
Select words (multiple edits with multiple selections of the same word repeatedly pressed) |
| ?? M |
Select the contents in parentheses |
| ??? |
Insert a new row before the current row |
| ?? |
Insert a new row after the current row |
| ?? K |
Delete Row |
| ? KK |
Remove from cursor to end of line |
| ? K? |
Remove from cursor to beginning of line |
| ?? D |
Copy (multiple) rows |
| ? J |
Merge (multiple) rows |
| ? Ku |
Capitalize instead |
| ? KL |
Change to lowercase |
| ? / |
Comments |
| ?? / |
Block annotations |
| ? Y |
Restore or repeat |
| ?? V |
Paste and Auto Indent |
| ? Space |
Auto-Complete (Repeat press to select Next prompt) |
| ? M |
Jump to the corresponding parentheses |
| ? U |
Soft Undo (can undo cursor movement) |
| ?? U |
Soft Redo (can redo cursor movement) |
xml/html
| ?? A |
Select content within a tag |
| ?? . |
Close the current label |
Find/Replace
| ? F |
Find |
| ?? F |
Replace |
| ?? G |
Finds the next match for the currently selected content |
| ?? G |
Find all content that matches the current selection for multiple edits |
| ?? F |
Find in all open files |
Split Window/tab page
| ?? 1 |
Uniseriate |
| ?? 2 |
Double row |
| ?? 5 |
Grid (4 groups) |
| ? [1,2,3,4] |
Focus moves to the appropriate group |
| ?? [1,2,3,4] |
Move the current file to the appropriate group |
| ? [...] |
Select the appropriate tab page |
Bookmark
| ? F2 |
Add/Remove Bookmarks |
| F2 |
Next Bookmark |
| ? F2 |
Previous Bookmark |
| ?? F2 |
Clear bookmarks |
Mark
| ? K Space |
Set tag |
| ? KW |
Remove from cursor position to marker |
| ? KA |
Select from cursor position to marker |
| ? KG |
Clear marks |
This was a Chinese version of Lucasfais ' s Sublime Text 2–useful shortcuts (Mac OS X) translated by Lucifr
Ext: Sublime Text 2 Practical shortcuts [Mac OS X]