(no title)
noroot | 2 years ago
For me another issue was that I needed to do more keystrokes for the same behaviour (search a previously ran command and execute it).
Fuzzy shell history search is just one of those mind-blowing things. I love my history, it's such a trove and I can trust it to work as some kind of external memory (it's enough to vaguely know the kubectl command, or that I want to "du -h | sort" to see what is using disk space, etc).
psYchotic|2 years ago
[1]: https://atuin.sh/docs/config/#update_check
MayeulC|2 years ago
conradludgate|2 years ago
It was quite annoying so we're sorry for that
ellieh|2 years ago
We introduced this as we found a lot of people reporting bugs that had already been fixed + they just needed to update, or users on the sync server that were >1yr behind on updates (making improvements really difficult to introduce).
nikvdp|2 years ago
Zsh snippet below in case it's helpful to anybody. With this in your .zshrc ctrl-r will search your shell history with fzf+atuin and ctrl-e will bring up atuin's own fuzzy finder in case you still want it.
It only searches the last 5000 entries of your atuin history for speed, but you can tweak ATUIN_LIMIT to your desired value if that's not optimal.
rofrol|2 years ago
conradludgate|2 years ago
But if you can't get past the double-enter, then I understand.
I think there was some work to fix that, I'll check up on it. Thanks for the reminder