# Sublime Text3插件
# 👉 AdvancedNewFile:快速在某个文件夹下新建文件或文件夹
- 默认快捷键:
Ctrl+Alt+N
,但是会与多行数字递增InsertNums冲突 - 配置快捷键:Preferences >> Package Settings >> AdvancedNewFile >> Key Bindings-User >> 添加
{ "keys": ["ctrl+alt+shift+n"], "command": "advanced_new_file_new"}
- 添加文件:
ctrl+alt+shift+n
>> 直接输入文件名称,如a.html - 添加文件夹:
ctrl+alt+shift+n
>> 输入文件夹名称+/,如src/ - 注意:添加文件或者文件夹时注意父文件夹目录
# 👉 Material Theme (opens new window):主题配色
- 主题插件:File icons——侧边栏文件图标
- 另外两个插件Material Theme Appbar,Material theme white panels 效果不是很好,不建议使用