AceJump icon indicating copy to clipboard operation
AceJump copied to clipboard

Fold text between matches

Open breandan opened this issue 6 years ago • 1 comments

Fold text between matches when AceJump is activated in order to fit more matches on screen.

breandan avatar Oct 27 '18 23:10 breandan

There is a pretty neat algorithm for seam carving in images. I am tempted to implement something for text folding. You want to fold regions in such a way as to minimize the amount of screen jitter between keystrokes. One heuristic for doing this could be to fold regions which contain "unlikely" matches.

breandan avatar Apr 17 '21 20:04 breandan