Mac版sublime text右键open in browser 不能识别中文名解决办法

Posted 今天代码写完了吗?

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac版sublime text右键open in browser 不能识别中文名解决办法相关的知识,希望对你有一定的参考价值。

问题描述:

Mac下sublime text下打开中文命名的html文件,右键open in browser,浏览器无反应。

解决思路

要么适应软件,要么改进软件来适应。
1. 将中文名的html文件,改成英文名的html文件来预览。
2. 改造sublime text, 安装插件SideBarEnhancements,使用插件的“open in browser”功能。
3. 设置sublime text快捷键,路径: preferences -> keyBindings,在打开的 User文件中设置快捷键、路径等

解决法:

现在用安装SideBarEnhancements来解决,步骤如下:

1.    安装 SideBarEnhancements

2.Sublime Text ->Preferences ->ey Bindings-User,配置如下:

[
 
// 习惯command+b默认Chrome
 
{ "keys": ["command+b"], "command": "side_bar_files_open_with",
   
"args": {
     
"paths": [],
     
"application": "/Applications/Google Chrome.app",
     
"extensions":".*"
   
}
  }
,

 
// Safari
 
{ "keys": ["command+2"], "command": "side_bar_files_open_with",
   
"args": {
     
"paths": [],
     
"application": "/Applications/Safari.app",
     
"extensions":".*"
   
}
  }
,

 
// Firefox
 
{ "keys": ["command+3"], "command": "side_bar_files_open_with",
   
"args": {
     
"paths": [],
     
"application": "/Applications/Firefox.app",
     
"extensions":".*"
   
}
  }
]

 

配置完成后,按"command+b"即可使用chrome预览。

以上是关于Mac版sublime text右键open in browser 不能识别中文名解决办法的主要内容,如果未能解决你的问题,请参考以下文章

sublime Text3在mac下设置窗口实现多标签

text open_in_sublime_text.nemo_action

Sublime Text怎么设置文件在新标签打开

text open_in_sublime_merge.nemo_action

Open with Sublime 右键打开

求sublime text Mac破解版