网上转的,mark下
Editing – Sublime Text 2
Keypress Command
⌘ + X Delete line
⌘ + ↩ Insert line after
⌘ + ⇧ + ↩ Insert line before
⌘ + ⌃ + ↑ Move line/selection up
⌘ + ⌃ + ↓ Move line/selection down
⌘ + L Select line (repeatable)
⌘ + D Select word (repeatable)
⌃ + M Jump to closing parentheses (repeatable)
⌃ + ⇧ + M Select contents of current parentheses
⌘ + K, ⌘ + K Delete from cursor to end of line
⌘ + K + ⌫ Delete from cursor to start of line
⌘ + ] Indent current line(s)
⌘ + [ Un-indent current line(s)
⌘ + ⇧ + D Duplicate line(s)
⌘ + J Join line below to current line
⌘ + / Comment/un-comment line/selection
⌘ + ⌥ + / Block comment current selection
⌘ + ⇧ + V Paste and indent correctly
Text Manipulation – Sublime Text 2
Keypress Command
⌘ + K, ⌘ + U Transform to Uppercase
⌘ + K, ⌘ + L Transform to Lowercase
Find / Replace – Sublime Text 2
Keypress Command
⌘ + F Find
⌘ + ⌥ + F Replace
⌘ + ⇧ + F Find in files
General – Sublime Text 2
Keypress Command
⌘ + P Quick-open files by name
⌘ + K, ⌘ + B Toggle side bar
⌥ + ⌘ + 2 Split editor into two columns
⌥ + ⌘ + 1 Revert editor to single column