I’m often using +vertico/project-search to search for something in a project.
When there are too many matches I always try to increase the size of the vertico minibuffer with the mouse, but the output stays at the old size as you can see here:
Another problem I often face is that I search for something, then jump to a candidate, then notice that it was not the correct one and then start a new search, retyping the search prompt. Is there some way to continue in the old search minibuffer or to get back the old search prompt? And optionally, is there some keybinding to jump between the results?
I found one answer myself. The search prompt can be restored with C-s. But this is still not entirely what I want. Best case I could restore the old search minibuffer entirely with one key combo.
Another bit to a full answer:
Resizing the vertico mini window does not work because vertico outputs a fixed number of lines. This can be changed with vertico-count. I wrote a litte elisp snippet to switch between two vertico count sizes for now:
Another problem I often face is that I search for something, then jump to a candidate, then notice that it was not the correct one and then start a new search, retyping the search prompt. Is there some way to continue in the old search minibuffer or to get back the old search prompt? And optionally, is there some keybinding to jump between the results?