We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
一个在vscode中快速打开指定文件夹的命令,支持z、autojump、zoxide
你可以在 keybinds.json 中配置如下快捷键 使用 快速打开文件夹 [已自动设置]
{ "key": "cmd+o", "command": "autojump.openFolder" }, { "key": "shift+cmd+o", "command": "autojump.revealFolder" },
The text was updated successfully, but these errors were encountered:
这是插件吗?
我记得自带的 control + r 和 cmd + p效果一样
control + r
cmd + p
Sorry, something went wrong.
是插件 自带的cmd+o 是打开文件夹选择器 我这个插件是 打开一个输入框输入文件夹的一部分,基于文件夹的使用频次 获得匹配的文件夹进行打开
No branches or pull requests
一个在vscode中快速打开指定文件夹的命令,支持z、autojump、zoxide
你可以在 keybinds.json 中配置如下快捷键 使用 快速打开文件夹 [已自动设置]
The text was updated successfully, but these errors were encountered: