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

vim: keyboard (vim) binding to scroll the LSP hover #17295

Closed
1 task done
lucascherzer opened this issue Sep 3, 2024 · 1 comment
Closed
1 task done

vim: keyboard (vim) binding to scroll the LSP hover #17295

lucascherzer opened this issue Sep 3, 2024 · 1 comment
Labels
enhancement [core label] popovers Feedback for tooltips, syntax hints, info popups, toasts, etc vim

Comments

@lucascherzer
Copy link

Check for existing issues

  • Completed

Describe the feature

In my vim config, pressing K twice while hovering over a code element focuses the documentation pane that appears when pressing Kthe first time in vim mode. From then on, vim motions do not refer to the source code file anymore, but instead they are applied to the documentation pane.
Of course, the buffer is not editable and this can be exited with :q or perhaps using Esc

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

https://asciinema.org/a/iUyR5IFa292GYjQpSlZSbnIqR

@lucascherzer lucascherzer added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Sep 3, 2024
@notpeter notpeter added vim popovers Feedback for tooltips, syntax hints, info popups, toasts, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Sep 3, 2024
@notpeter notpeter changed the title vim: press "K" twice to focus documentation pane vim: keyboard (vim) binding to scroll the LSP hover Sep 3, 2024
@ConradIrwin
Copy link
Member

Duplicate of #7284

@ConradIrwin ConradIrwin marked this as a duplicate of #7284 Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] popovers Feedback for tooltips, syntax hints, info popups, toasts, etc vim
Projects
None yet
Development

No branches or pull requests

3 participants