gpt4 book ai didi

sublimetext2 - 如何在 Sublime Text 中创建打开文件夹的键盘快捷键?

转载 作者:行者123 更新时间:2023-12-03 21:31:06 25 4
gpt4 key购买 nike

我知道要添加键盘快捷键,我进入 Keyboard Bindings - User并编辑 JSON 文件。我已经有很多键盘自定义。

[
{ "keys": ["ctrl+shift+."], "command": "erb" },
{ "keys": ["alt+i"], "command": "expand_tabs" },
{ "keys": ["alt+ctrl+w"], "command": "close_all" },
{ "keys": ["ctrl+t"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
// swap the keybindings for paste and paste_and_indent
{ "keys": ["ctrl+v"], "command": "paste_and_indent" },
{ "keys": ["ctrl+shift+v"], "command": "paste" },
// swap the keybindings for save and save_all
{ "keys": ["ctrl+s"], "command": "save_all" },
{ "keys": ["ctrl+shift+v"], "command": "save" }
]

我只需要知道打开文件夹的命令。我尝试了明显的 open_folder它没有用。

最佳答案

我在 Sublime Text 2 forums 中找到了答案.命令是prompt_open_folder .所以我只是将它添加到我的键盘绑定(bind)中。

[
// Open folder shortcut
{ "keys": ["ctrl+shift+o"], "command": "prompt_open_folder"}
]

关于sublimetext2 - 如何在 Sublime Text 中创建打开文件夹的键盘快捷键?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35230318/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com