I'm looking for a solution to searching history with fish when your history is full of long commands. I often have curl commands that contain json payloads in my history that I want to repeat, for example, and they're long enough that they don't fit into a single line, which makes it very hard to differentiate between them at a glance. My current solution is to type more of what I want but its pretty annoying.
Is there a way to make the history entries appear as they were executed, without reducing them to a single line? Is there a more clever solution I'm not thinking to ask for?