zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
34.47k stars 1.71k forks source link

Hover message window can be opened in vim mode #11423

Closed Woodii1998 closed 1 week ago

Woodii1998 commented 1 week ago

Check for existing issues

Describe the feature

Is it possible to support the ability to open a hover message window in vim mode with a shortcut key or command instead of the mouse?

If applicable, add mockups / screenshots to help present your vision of the feature

image
d1y commented 1 week ago

Are you saying that editor::Hover? https://github.com/zed-industries/zed/blob/5a71d8c7f1d2887daf62869fb6012c33d59a3cd0/assets/keymaps/vim.json#L143

Woodii1998 commented 1 week ago

Are you saying that editor::Hover?

https://github.com/zed-industries/zed/blob/5a71d8c7f1d2887daf62869fb6012c33d59a3cd0/assets/keymaps/vim.json#L143

cool thank you. I guess I wasn't looking hard enough.