sublime
插件目录
cd "~/Library/Application Support/Sublime Text 3/Local"
百度网盘搜索sublime
,找到相应的主题和插件,也可以通过package install
安装
自定义设置
{
"color_scheme": "Packages/User/SublimeLinter/LAZY (SL).tmTheme",
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": "unix"
}
自定义快捷键
[
{ "keys": ["alt+q"], "command": "find_all_under" },
{ "keys": ["alt+p"], "command": "goto_definition" },
{ "keys": ["alt+a"], "command": "alignment" },
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol", "extend": false}},
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol", "extend": false}},
{ "keys": ["shift+home"], "command": "move_to", "args": {"to": "bol", "extend": true}},
{ "keys": ["shift+end"], "command": "move_to", "args": {"to": "eol", "extend": true}},
{ "keys": ["alt+d"], "command": "find_under_expand" },
{ "keys": ["alt+k", "alt+d"], "command": "find_under_expand_skip" },
{ "keys": ["keypad_enter"], "command": "find_next", "context":[{"key": "panel", "operand": "find"}, {"key": "panel_has_focus"}]},
{ "keys": ["super+keypad_enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"}}
]
常用插件
Alignment
All Autocomplete
AndyPHP
BracketHighlighter
Color Scheme - Eazy Light
CoolFormat
DocBlockr
Emmet
Function Name Display
JsFormat
MarkdownPreview
Package Control
SublimeLinter
SublimeLinter-php
SublimeLinter-phplint