Thorsten Ball
Thorsten Ball
Hey @shinebayar-g! I cannot reproduce this. When I search in the buffer and the search input is focused, `enter` gets me to the next search result. See here: https://github.com/zed-industries/zed/assets/1185253/ec3eb75e-0464-43bd-b52f-03f4b6b330ca Or...
Okay, I see. But where does this expectation come from? As far as I know (and I just checked again): by default Vim doesn't bind `` to go-to-next-search-result. It's bound...
I still can't reproduce this. When I search in Vim mode with `/` and then hit `` I only jump the next line, just like in Vim. https://github.com/zed-industries/zed/assets/1185253/b30ef37c-70ac-485a-a7a5-32353dc01dfd
Okay, so you want to work like in non-vim-mode when you trigger a search through `cmd+f`/`cmd-shift-f` even though you're in Vim mode, yes?
> I think that when the search-input is focused, triggering `enter` should trigger an operation (such as next-result), rather than unfocus and jump to the result. This is not in...
Since normal `cmd-p` already shows open buffers at the top, I'm wondering whether just showing that a file is open in `Cmd-p` would also help here. Or do you think...
Thank you! Agree that this was missing. I hopped on this branch and made some changes. Will merge once CI is through.
I can't upload videos apparently. So here's screenshots. Searching for command:  Then I hit return and get this: 
Hmmm, I've been running into it for 1-2 weeks now, only yesterday decided to report. ``` φ zsh --version zsh 5.9 (arm-apple-darwin24.2.0) φ which zsh /opt/homebrew/bin/zsh ```