Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 909 Bytes

README.mkd

File metadata and controls

50 lines (32 loc) · 909 Bytes

Minimap plugin for Vim

For Japanese please read README_JA.mkd.

Minimap is a file overview sidebar plugin for Vim like the Sublime's Minimap. It only works with Gvim or MacVim.

How it works

Minimap utilizes a new buffer and sets the fonts size to 3 points. It then synchronizes the Minimap buffer with the main editing buffer.

Minimap Animation

Screenshot

Installation

Regular installation

  • Download zip archive from GitHub
  • Unzip the archive
cd unzipped-dir
cp -r plugin ~/.vim/
cp -r autoload ~/.vim/
  • Restart Gvim or MacVim

Install with Janus

cd ~/.janus
git clone https://github.com/koron/minimap-vim.git minimap

How to use

Open Gvim or MacVim

:e /some/long/file.code
:MinimapSync

Warning

This plugin is very experimental. Not suitable for production.