Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
Steps to reproduce
Go to https://hackage.haskell.org/packages/ and type in
/data
to search for text containingdata
.Expected behaviour
I expect it to find the text faster than I can find it with my eyes.
Actual behaviour
Takes multiple seconds to return any results.
Posible solution
Perhaps incrementally return results as found instead of finding all results and then returning them.