Hen*_*Zhu 3 text-editor sublimetext sublimetext2 sublimetext3
是在Windows / Linux的Sublime Text中打开用户设置的快捷方式Ctrl + ,
吗?我假设这是因为在Mac上打开用户设置的命令是Cmd + ,
。
在Cmd+ ,键盘快捷键是OSX具体-用于Linux和Windows的默认键绑定不包含任何打开的用户设置文件。
但是,您可以自己在用户键盘绑定文件中添加它。
在内部版本3114中,可以从“首选项”->“键绑定”-“用户”菜单中访问此文件:
{ "keys": ["ctrl+,"], "command": "open_file", "args": {"file": "${packages}/User/Preferences.sublime-settings"} }
Run Code Online (Sandbox Code Playgroud)
在内部版本3118中,可以从“首选项”->“键盘绑定”菜单中访问此文件:
{ "keys": ["ctrl+,"], "command": "edit_settings", "args":
{
"base_file": "${packages}/Default/Preferences.sublime-settings",
"default": "// Settings in here override those in \"Default/Preferences.sublime-settings\",\n// and are overridden in turn by syntax-specific settings.\n{\n\t$0\n}\n"
}
},
Run Code Online (Sandbox Code Playgroud)
从build 3124开始,该选项的名称为 now Preferences: Settings
。由于 Sublime 的模糊匹配,你只需输入类似的内容prefs
即可缩小选项范围。
如果您引用该Preferences.sublime-settings
文件,那么您可以通过几个步骤来完成:
settings - user
。最终你会看到这个选项。 归档时间: |
|
查看次数: |
1692 次 |
最近记录: |