Focus cursor in hover mode #29708
Closed
crushingCodes
started this conversation in
Ideas From Vim
Replies: 1 comment
-
i just found a related issue, i didnt find this before opening this chat |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am really enjoying using zed, thank you for such a great code editor. It does most of the vim things I expect now which is nice to use.
In neovim, a small quality of life feature that I miss is the ability to select text in the lsp docs hover.
Notice in the screenshot I am able to use the cursor to visually select text, then i can yank that and use within my function.
Screenshot of Lazyvim

To get to that screen, I have to press
shift-k
to display hover, thenshift-k
to focus my cursor in the window.I am able to view the same thing with
shift-k
in zed, however pressing again doesn't seem to do anything. I have searched the keymaps but I couldn't see anything obvious that would help.Screenshot in Zed

One issue that we might run in to with Zed is that opening hover also opens diagnostics if they exist, I have not found a way to add a keymap just for opening the diagnostic under cursor yet.
Beta Was this translation helpful? Give feedback.
All reactions