-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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: Provide way to move focus into hover popups #7284
Comments
I'd love to give this a try over the weekend if I could get some high level direction on how to achieve this (or a similar commit) |
cc @ConradIrwin for some Vim examples |
Doing some research into this, tell me where I'm wrong:
The main issue is that this div does not have any interactivity to the same level of a editor itself or at least an "editor-lite". Ideally there'd be an editor command like "FocusPopover" that would move the cursor into the popover and subsequent q to move to the previous focus (I think that's how it works). So I think it'd have to be:
|
@NukaCody youre exactly right. I know @mikayla-maki had some ideas for making text in gpui selectable, but I don’t think that’s happened yet. probably the easiest path forward would be an action to either copy the text in the popup, or open it in a new buffer/split. |
Check for existing issues
Describe the feature
Allow ghh (double h) to move the vim cursor into the pop up menu displaying documentation or errors, allowing you to copy examples, error messages, etc. Then press q to close the pop up message.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
The text was updated successfully, but these errors were encountered: