When using the normal git pager (less), I can do the following:
git show commithash1, then search with / for something
git show commithash2, then press n (next) to continue searching for the last search word
This does not work with delta, and I have to re-enter the search word every time.