码迷,mamicode.com
首页 > 其他好文 > 详细

Sublime插件

时间:2017-07-08 10:02:05      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:cti   browser   本地   file   .com   type   src   ges   ima   

1.SideBarEnhancements

根据图示打开设置侧边栏增强插件的快捷键文件,键入如下内容即可更加快捷键用预设程序打开文件(注意修改打开程序的本地路径):

[
{ "keys": ["ctrl+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },//打开控制台命令,系统的不起作用了,在此增加此快捷键修复此功能 

/*{ "keys": ["alt+f12"], "command": "side_bar_open_in_browser", "args":{"paths":[], "type":"production", "browser":""} },*/

{ "keys": ["ctrl+shift+alt+p"], "command": "copy_path" },//ctrl+shift+c与颜色选择插件冲突,修改

//chrome 
{ "keys": ["f1"], "command": "side_bar_files_open_with", "args": { "paths": [], "application": "C://Program Files (x86)//Google//Chrome//Application//chrome.exe", "extensions":".*" } },

//firefox 
{ "keys": ["f2"], "command": "side_bar_files_open_with", "args": { "paths": [], "application": "D://Program Files (x86)//Mozilla Firefox//firefox.exe", "extensions":".*" /*匹配任何文件类型 */} },

//ie 
{ "keys": ["f3"], "command": "side_bar_files_open_with", "args": { "paths": [], "application": "C://Program Files//Internet Explorer//iexplore.exe", "extensions":".*" } },

]

  

技术分享

Sublime插件

标签:cti   browser   本地   file   .com   type   src   ges   ima   

原文地址:http://www.cnblogs.com/ICE_melt/p/7135806.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!