码迷,mamicode.com
首页 > Web开发 > 详细

如何在sublime text上快速访问html页面?

时间:2016-12-01 01:35:11      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:file   and   div   插入   bin   pat   chrome   html   blog   

第一步。
Preferences—Key Bindings—User.
第二部,将以下代码插入。

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

  

其中“keys”是指定快捷键,替换成自己想要的。
application是你浏览器在电脑上的目录地址,替换了就OK了。注意是双斜杠\\。
第三步,保存。

如何在sublime text上快速访问html页面?

标签:file   and   div   插入   bin   pat   chrome   html   blog   

原文地址:http://www.cnblogs.com/yansum/p/6120092.html

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