Open tychedelia opened 1 year ago
Alternatively, just making it so the default mapping works in search panel would be totally acceptable. It's just a pain right now to have to click on a search result to navigate there.
Hi there! 👋 We're working to clean up our issue tracker by closing older issues that might not be relevant anymore. Are you able to reproduce this issue in the latest version of Zed? If so, please let us know by commenting on this issue and we will keep it open; otherwise, we'll close it in a week. Feel free to open a new issue if you're seeing this message after the issue has been closed. Thanks for your help!
This is still an issue.
Check for existing issues
Describe the bug / provide steps to reproduce it
The binding here: https://github.com/zed-industries/keymaps/blob/master/src/jetbrains.json#L51C8-L51C8 overrides the ability to navigate to a search result via the keyboard in the global project search. The correct key binding in IntelliJ for navigating to a search result would just be
enter
. Note that IntelliJ also allows editing within a search pane, but requires clicking into the editor space first, so by default arrow keys move between the results andenter
navigates to that result. No idea if this interacts negatively with other editor features.Environment
Zed: v0.95.2 (stable) OS: macOS 13.3.1 Memory: 32 GiB Architecture: aarch64
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your
~/Library/Logs/Zed/Zed.log
file to this issue.If you only need the most recent lines, you can run the
zed: open log
command palette action to see the last 1000.No response