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

Allow vim:Down/Up to select file names in "find all references", "project diagnostics" etc. tabs #14303

Closed
1 task done
osa1 opened this issue Jul 12, 2024 · 1 comment
Closed
1 task done
Labels
diagnostics Feedback for diagnostics, error messages, logs, etc enhancement [core label] vim

Comments

@osa1
Copy link
Contributor

osa1 commented Jul 12, 2024

Check for existing issues

  • Completed

Describe the feature

When in vim mode, vim::Down and vim::Up jumps over file names in "find all references", "project diagnostics", and similar buffers.

As a result it's not possible to jump to the error location with just the keyboard. You have to click on the file name with mouse.

I think this is probably not a bug, because without vim mode up/down arrows also jump over these lines.

However a big part of why people use vim mode in IDEs/editors is that it allows mouse-free editing, so it might make sense to have vim::Down/Up to work differently and actually select the file names in these buffers.

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

No response

@osa1 osa1 added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Jul 12, 2024
@JosephTLyons JosephTLyons added vim diagnostics Feedback for diagnostics, error messages, logs, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Jul 12, 2024
@ConradIrwin
Copy link
Collaborator

You can open the excerpts with g space (in the current pane) or <ctrl-w> space (in the adjacent pane).

It is documented here: https://zed.dev/docs/vim, but not sure it's very clear! Suggestions for improving that welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
diagnostics Feedback for diagnostics, error messages, logs, etc enhancement [core label] vim
Projects
None yet
Development

No branches or pull requests

3 participants