打开浏览器
安装open in browser 插件,key bindings 输入
[
{ "keys": ["f12"], "command": "open_in_browser"}
]
打开文件所在的文件夹,
key bindings 输入
{ "keys": ["ctrl+r"], "command": "open_dir",
"args": {"dir": "$file_path", "file": "$file_name"} }
安装open in browser 插件,key bindings 输入
[
{ "keys": ["f12"], "command": "open_in_browser"}
]
key bindings 输入
{ "keys": ["ctrl+r"], "command": "open_dir",
"args": {"dir": "$file_path", "file": "$file_name"} }
本文标题:sublime 快捷键设置
本文链接:https://www.haomeiwen.com/subject/grzzpftx.html
网友评论