Skip to content

Instantly share code, notes, and snippets.

@if540
Last active August 29, 2015 14:04
Show Gist options
  • Save if540/ed95f34626a5d6001d69 to your computer and use it in GitHub Desktop.
Save if540/ed95f34626a5d6001d69 to your computer and use it in GitHub Desktop.
Sublime & Emmet快速鍵對照表

Sublime hotkey:

Ctrl+P //輸入關鍵字就可以開啟檔案,不用打得很完全他還是會幫你搜尋出來
Ctrl+w //關閉目前所在檔案
alt+數字鍵 // 檔案間切換

Emmet hotkey:

for sublime text 3

常用快速鍵:

  • 區域全選 (Ctrl+Shift+A)
  • 標籤內全選 (Ctrl+Shift+J)
  • 併排 (Ctrl+J)
  • 更新圖片尺寸 (Ctrl+U)
  • 整排剪下 (Ctrl+X)
  • 游標前排貼上 (Ctrl+V)
  • Select Next Item (Ctrl+Shift+.)
  • Select Previous Item (Ctrl+Shift+,)
  • 註解 (Ctrl+/)
  • 整排複製 (Ctrl+Shift+D)

Emmet url: http://docs.emmet.io/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment