zoukankan      html  css  js  c++  java
  • Sublime插件

    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":".*" } },
    
    ]
    

      

  • 相关阅读:
    免登陆 安全密钥验证
    第五节
    selinux
    scp
    Linux网卡绑定
    HDFS
    搭建软件仓库
    命名空间“System.Web”中不存在类型或命名空间名称“Optimization”(是否缺少程序集引用?)
    delphi利用指针,结构或component存储数据表数据
    Delphi中的ObjectList简单用法一则
  • 原文地址:https://www.cnblogs.com/ICE_melt/p/7135806.html
Copyright © 2011-2022 走看看