Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 470 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 470 Bytes

minimap-find-and-replace package

Displays the search matches in the minimap.

Minimap Screenshot

You will need the Minimap package installed to use this package.

Customization

The color can be customized using the following CSS rule in your user stylesheet:

.minimap .search-result {
  background: yellow;
}