Hi there,
I installed atuin locally on bash and I noticed that when I press ctrl-r to get the history of commands and start typing to filter down the options, it gets to a point where if I type too much it ends up switching to a command that is completely different from what I was originally typing.
Here’s an example:
docker st
highlights docker start ...
but then if I type
docker sto
instead of highlighting docker stop...
it highlights nc -zv registry...
(had to delete the second image because it was not letting me post)
It’s not a big deal, but wanted to bring it up in case others have noticed similar behavior.
Thanks!