atom-minimap / minimap-find-and-replace

Displays the search matches in the minimap

Home Page:https://atom.io/packages/minimap-find-and-replace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;
}

About

Displays the search matches in the minimap

https://atom.io/packages/minimap-find-and-replace

License:MIT License


Languages

Language:JavaScript 96.0%Language:Less 4.0%