Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Miniature Overview in Vim

SmartHighlighter for notepad++ can mark all occurences of a searched term in the scroll bar. In SublimeText 2 you can see a miniature of the hole file. Is there anything similar for (g)vim?

I tried a mapping to toggle the fontsize between normal and smallest possible, but it's not optimum.

like image 629
pirad Avatar asked Oct 04 '22 17:10

pirad


1 Answers

Do you mean minimap on sublime text2? Then use minimap-vim

https://github.com/koron/minimap-vim

like image 198
mattn Avatar answered Oct 13 '22 12:10

mattn