跳到內容
Amo's Blog

Sublime Text 2 Shortcuts (Mac OSX)

Default

Tech 2 分鐘閱讀

  • Command palette⌘ + ⇧ + P
  • Toggle side bar⌘ + K + B

  • Goto anything⌘ + P
  • Goto symbol⌘ + R
  • Goto line⌃ + G

  • Destraction Free Mode^ + ⇧ + ⌘ + F

  • Select line⌘ + L
  • Select word⌘ + D
  • Delete from cursor to end of line⌘ + K + K
  • Delete from cursor to start of line⌘ + K + ⌫
  • Delete line⌃ + ⇧ + K
  • Duplicate line⌘ + ⇧ + D
  • Join lines⌘ + J
  • Upper case⌘ + K + U
  • Lower case⌘ + K + L
  • Jump to matching brackets⌃ + M
  • Select content into brackets⌃ + ⇧ + M
  • Comment⌘ + /
  • Block comment⌘ + ⌥ + /
  • Autocomplete⌃ + Space
  • Insert line before⌘ + ⇧ + ↩
  • Insert line after⌘ + ↩
  • Move up line⌃ + ⌘ + Up
  • Move down line⌃ + ⌘ + Down
  • Fold⌘ + ⌥ + [
  • Unfold⌘ + ⌥ + ]

  • Close tag⌘ + ⌥ + .
  • Select content into tag⌘ + ⇧ + A

  • Find⌘ + F
  • Replace⌘ + ⌥ + F
  • Find next occurrence of current word⌘ + ⌥ + G
  • Select all occurrences of current word for multiple editing⌘ + ⌃ + G
  • Find in files⌘ + ⇧ + F

  • Single column⌘ + ⌥ + 1
  • Two columns⌘ + ⌥ + 2
  • Grid (4 groups)⌘ + ⌥ + 5
  • focus group⌃ + Num
  • Move file to group⌃ + ⇧ + Num
  • Select tab⌘ + Num
  • Switch tab⌃ + tab

  • Reveal in side bar⌃ + ⌘ + R

Emmet

  • Expand abbreviationTab or ⌃ + E

EasyMotion

  • Jump⌘ + ; + a-zA-Z0-9
  • Select all text between cursor⌘ + ⇧ + ; + a-zA-Z0-9

Sass Build

  • Build⌘ + B

JsFormat

  • Format javascript⌃ + ⌥ + F

留言