请问 vscode 是否有类似 Chrome 的 Vimum 插件一样,按 f 键就可以一键显示当前界面可用的快捷键,thx
1
nightwitch 194 天前 1
😰 你标题 和你图片里的这个功能完全不是一个功能啊。
vimum 的 f 这个是模仿 vim-easymotion 做的。对应在 vscode 里 vscodevim 也实现了 easymotion mode https://github.com/VSCodeVim/Vim?tab=readme-ov-file#vim-easymotion |
2
ymcz852 OP @nightwitch thx ,想要的就是类似这种可以显示快速跳转按键的功能,现在找到了类似的 `jumpy` 扩展,还不错
要是还能显示除了 editor 内的快速跳转按键的扩展就更好了,每次都会忘了打开 Explorer 、Editor 、Panel 、Search 、Extensions 等各个区域的快捷键 |
3
fusi 193 天前
alt ?
|
4
PromethiumL 193 天前 via Android
你是说 which-key.nvim 在 vscode 对应的插件?
|
5
ymcz852 OP @PromethiumL sry ,不太懂,hh ,想要的是告诉我当前界面有哪些快捷键,然后快速跳过去
|