When you use "Find selected" (Ctrl+H) to move to the next selection, the original selection is not highlighted. It becomes so again if we scroll (with the mouse or via a keyboard shortcut), but it's then the current selection that will no longer be highlighted. example ([] represents selection, {} highlighting): [aa] {aa} bb {aa} Ctrl+H aa [aa] bb {aa} Ctrl+H aa {aa} bb [aa] Ctrl+H [aa] {aa} bb {aa} Expected: that all "aa" in this example to be highlighted or selected.