快捷键

快捷键配置文件打开方式:
命令面板输入 keybindings 进入快捷键配置文件。
写入Key Bindings User 自定义快捷键

快捷键 作用
shift + command + p 命令面板
command + ‘+’ /‘-’ 字体调大/小
command + ‘[’ / ‘]’ 缩进
command + l 选中当前行
command + ‘回车’ 当前光标下空一行
command + shitf +‘回车’ 前光标上空一行
option + 鼠标左键滑动 进入多点编辑模式
option + ‘⬅️’/‘➡️’ 单词为单位跳转

命令面板

shift + command + p

命令 作用
语言 CSS c++ 不同的语法高亮
Reindent Lines 自动调整缩进
Settings 配置
Key Bindings 快捷键

工作台

control + ‘`’ (反引号,tab之上)

命令 作用
sublime.log_commands(True) 显示命令名和参数

Sublime自定制

自定制文件在Packages/Users中
Perferences/Browse Packages 可以打开

Package Control
官方传送门
在工作台中粘贴代码执行。

在命令面板中输入install,可以选择想要安装的包。(Git)