崇高なテキスト2/3ファインダーのショートカットキー/ショートカットで明らかにする

Sublime Text ---> Preferences / Preferences ---> Key Bindings-Users / User key bindingsを開き、次の項目を追加します。

[
	{ "keys": ["ctrl+shift+e"], "command": "open_dir", "args": {"dir": "$file_path", "file": "$file_name"} }
]

「キー」の特定のキーは自分で設定できます。

おすすめ

転載: blog.csdn.net/woodengm/article/details/49813837