Comment by mirzap
1 day ago
I tried using Starship, and it’s clearly faster than Oh My Zsh, but my issue was that I relied on some useful Oh My Zsh features that I didn’t know how to replicate in Starship. One of these is history filtering - for example, when I type source and press the up arrow, I only see previously run source commands, which makes it easy to find what I’m looking for. I tried to get this working in Starship, but had no luck.
I haven't checked out starship yet, but if I understand what you are using, that is Zle functionality. It's part of OMZs configuration (here: https://github.com/ohmyzsh/ohmyzsh/blob/master/lib/key-bindi...) but doesn't use other OMZ features.
I don't know if starship is still using Zle. If so, this should be possible to configure without OMZ.
Control r. This is a zsh feature not a starship/oh my zsh feature
I think that's just a standard readline functionality. It's available on bash, out of the box.
Absolutely and in zsh too, out of the box. It kind of blows my mind that people think they need all this additional bloatware for things which have always just worked (at least as far back as like 96 or so which is when I started using Linux) but it wasn’t new then.
Wait till people learn they can use rlwrap to get the benefit of readline even in things like commandline sql clients, which often lack this.
Ob Linux it's actually handled by inputrc
mirzap was probably using some omz plugin to do that, so if starship fully replaced omz, that functionality went away, too.
I have never used Oh My Zsh, but I use Atuin to do this and it works excellently at that. You can even make it filter by what folder you're in and whether you want to search only this session or host (you can sync shell history across hosts). It never occurred to me that this is something I'd want from a shell prompt, which is what Starship is.
check atuin for history search