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 rows (press the next line repeatedly to select) |
? 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 line |
?? |
insert a new row after the current line |
?? 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 |
to uppercase |
? KL |
change to lowercase |
?/ |
comments |
??/ |
Block Comment |
? Y |
redo or repeat |
?? V |
Paste and automatically indent |
? Space |
AutoComplete (Repeat press to select Next prompt) |
? M |
jumps 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
|
Sublime Text 2 Practical shortcuts [Mac OS X]