初学ubuntu--设置sublimefirefox打开快捷方式配置

在sublime首选参数中选择按键绑定-用户   将如下配置命令复制到其中即可。

[
    {
        "keys":["ctrl+enter"],
        "command":"side_bar_files_open_with",
        "args":{
            "paths":[],
            "application":"/usr/lib/firefox/firefox",
            "extensions":".*"
        }

    }
]

原文地址:https://www.cnblogs.com/superZz/p/5869986.html