自定义快捷键:
preferences->key binding->user
- ctrl+d 删除行
- ctrl+k 选中下一同名变量,alt+F3 选中全部同名变量
[
{"keys": ["ctrl+alt+f"],"command":"alignment"},
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} } ,
{ "keys": ["ctrl+k"], "command": "find_under_expand" },
//自动补全
{ "keys": ["alt+/"], "command":"auto_complete" },
{ "keys": ["alt+/"], "command":"replace_completion_with_auto_complete", "context":
[
{ "key": "last_command", "operator":"equal", "operand": "insert_best_completion" },
{ "key": "auto_complete_visible", "operator":"equal", "operand": false },
{ "key": "setting.tab_completion", "operator":"equal", "operand": true }
]
},
]
内置快捷键:
- ctrl+h 查找和替换
- Ctrl + Shift + Enter 可以在当前行上面添加一行
- Tab和Shift + Tab 增加和减少缩进
- Ctrl + Shift + V 带有缩进格式的粘贴
- Ctrl + Shift + ↑↓ 可以上下移动该行
- Ctrl + Shift + M 选中花括号里面的全部内容不包括{}
- Alt + - 返回上一步
- Alt + Shift + - 返回下一步
安装及使用
sl2注册码:http://blog.csdn.net/summerhust/article/details/18596535
sl3注册码:http://www.xiumu.org/note/sublime-text-3.shtml
emmet插件:http://www.w3cplus.com/tools/using-emmet-speed-front-end-web-development.html
他人总结:http://blog.csdn.net/freshlover/article/details/44261229
需要注意的一点:关于pyv8找到相关文件后,放入package中时,一定要加一层win32或win64的目录,否则emmet不可用.....
插件
markdown preview
markdown editing