我正在我的崇高的文本2编辑器中的一些文件,我想要打开一个文件夹,该文件所在的位置。
我知道有一个2步的程序来做到这一点
step 1: right click and reveal in sidebar (ctrl+shift+r) step 2: right click on the same file in sidebar and click open containing folder.
我想知道是否只有一个快捷键做同样的事情。这是我经常使用的东西。
解决方法
您可以将以下行添加到默认(Windows).sublime-keymap中:
{ "keys": ["ctrl+alt+e"],"command": "open_dir","args": {"dir": "$file_path","file": "$file_name"} }