# Mac
備注:具體符號對應的按鍵
?Command key
?Control key
?Option key
?Shift Key
為了方便大家記憶,將快捷鍵分成了8個類型, 分別為
Edit(編輯)
Selection(光標選中)
Find(查找)
View(視圖)
Go to(跳轉)
Project(工程)
General(通用)
Tabs(標簽)
**Edit(編輯)**
?[向左縮進 | Left indent
?]向右縮進 | Right Indent
??↑與上一行互換(超實用!)| Swap line up
??↓與下一?行互換?(超實用!)| Swap line down
??D復制粘貼當前行(減少多余的粘貼)| Duplicate line
?J拼接行(css格式化時挺有用) | join lines
?←去往行的開頭 | Beginning of line
?→去往行末尾 | End of line
??/塊注釋 | Toggle comment block
?K從光標開始的地方刪除到行尾 | Delete to end
??K刪除一整行 | delete line
?T相鄰單詞互換位置,在','前試用,有驚喜(很有趣)| Transpose
???向光標前插入一行|insert line before
??向光標后插入一行|inter line after
??T插入特殊字符|Special characters
?D向后刪除(很怪異的操作,不過感覺很酷炫)
**Selection(光標選中)**
?D選中相同的詞 | Expand selection to words
??G多重文本光標選中(再也不用? D一個一個的找啦)| Expand all selection to words
?L選中一行|Expand selection to line
Esc單選(取消多重選擇)|Single selection,Cancel multiple selections
??↑一行一行向上選中|Add previous line
??↓一行一行向下選中|Add next line
??L將選中的區域分割成多行選中狀態(多光標操作狀態)|Split into lines
?+拖動鼠標多重光標選中
??J已縮進層級為依據,一層層向外選中|Expand selection to indentation
??M將匹配括號中的內容選中|Expand selection to brackets
**Find(查找)**
?F普通查找|Find
?G查找下一個|Find next
??F在文件夾中查找| Find in files
??E緩存用于替換的內容,方便之后的替換|Use selection for replace
?E緩存用于查找的內容,方便之后的查找|Use selection for find
??E一個接一個往下替換|Replace next
**View(視圖)**
推薦使用Origami插件,可以隨意對sublime進行分割
Go to(跳轉/定位)
?P跳轉文件(很方便)| Go to anything
?R定位文件中的方法@| Go to symbol
?G定位文件中的行號:| Go to line
?M定位匹配的括號 | Jump to matching bracket
?F2設置/取消定位標記| Toggle bookmark
F2跳轉到定位標記處 | Next bookmark
??F2清除所有定位標記| Clear all bookmarks
??→下一個打開的文件| Next file
**Project(工程)**
??P在保存過的工程中切換,隨意變換工程環境|Switch project windowGeneral(通用)
??P 打開命令行| Command prompt
?K, ?B隱藏/打開 側邊欄| Toggle side bar
**Tabs(標簽欄)**
??t 打開最后一次關閉的文件|Open last closed tab
^Tab 循環遍歷tab|Cycle up through tabs
^?Tab 反方向循環遍歷tab|Cycle down through tabs
- 序言
- 安裝
- 漢化
- 快捷鍵 Win
- 快捷鍵 MAC
- Features(功能)
- Alignment
- 設置字體及字體大小
- 自定制代碼片段
- 快速補全
- HTML
- CSS
- 安裝插件
- Emmet
- JsMinifier
- Sublime CodeIntel
- Bracket Highlighter
- CSScomb CSS
- SublimeTmpl
- SideBarEnhancements
- ColorPicker
- Tag
- Clipboard History
- GBK to UTF8
- SFTP
- WordPress
- PHPTidy
- YUI Compressor
- SublimeLinter
- ConvertToUTF8
- AutoFileName
- IMESupport
- FileDiffs
- View In Browser
- HTML-CSS-JS Prettify
- 插件開發
- sublime插件開發教程(附源碼)
- 插入當前時間插件
- 自定義插件
- Sublime-thinkphp
- 其他技術
- 添加右鍵打開的操作
- 激活
- Sublime Text3 3103 激活碼
- 常見錯誤
- an error occurred installing package control
- Sublime Text 全局搜索Ctrl+Shift+F快捷鍵不能用