Skip to content
New issue

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 中使用autojump/z/zoxide #3419

Open
bfrontend opened this issue Aug 31, 2023 · 2 comments
Open

【工具自荐】在vscode 中使用autojump/z/zoxide #3419

bfrontend opened this issue Aug 31, 2023 · 2 comments
Labels

Comments

@bfrontend
Copy link

Visual Studio Marketplace Version

一个在vscode中快速打开指定文件夹的命令,支持z、autojump、zoxide

你可以在 keybinds.json 中配置如下快捷键 使用 快速打开文件夹 [已自动设置]

{
  "key": "cmd+o",
  "command": "autojump.openFolder"
},
{
  "key": "shift+cmd+o",
  "command": "autojump.revealFolder"
},
@wangrongding
Copy link

这是插件吗?

我记得自带的 control + rcmd + p效果一样

@bfrontend
Copy link
Author

bfrontend commented Aug 31, 2023

是插件
自带的cmd+o 是打开文件夹选择器
我这个插件是 打开一个输入框输入文件夹的一部分,基于文件夹的使用频次 获得匹配的文件夹进行打开

@ruanyf ruanyf added the weekly label Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants