Minimap package Build Status

A preview of the full source code.

Minimap Screenshot

Installation

apm install minimap

Features

Settings

For instance the following result is obtained by setting a Char Height of 1px:

Minimap Screenshot

Key Bindings

Customizing Key Bindings:

'atom-workspace':
  'cmd-m': 'minimap:toggle'
  'ctrl-alt-cmd-m': 'minimap:generate-plugin'

Hiding Scrollbars

If you want to hide the default editor scrollbar, edit your style.less (Open Your Stylesheet) and use the following snippet:

atom-text-editor .vertical-scrollbar,
atom-text-editor::shadow .vertical-scrollbar {
  opacity: 0;
  width: 0;
}

Plugins

Plugin Generation Command

Use the Minimap: Generate Plugin command available in the command palette or add a binding to the minimap:generate-plugin event:

'atom-workspace':
  'ctrl-alt-cmd-m': 'minimap:generate-plugin'

Available Plugins

Below is the list of available plugins so far:

Plugins Controls

When the displayPluginsControls setting is toggled on, plugins activation can be managed directly from the minimap package settings or by using the quick settings dropdown available on the mimimap itself:

Minimap Screenshot

External Documentation

Contributors

https://github.com/fundon/atom-minimap/graphs/contributors

License

MIT