yaohunzhanyue / collcetion

6 stars 0 forks source link

koron/minimap-vim: Minimap for Vim #17

Open yaohunzhanyue opened 4 years ago

yaohunzhanyue commented 4 years ago

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.

Installation

Regular installation

cd unzipped-dir
cp -r plugin ~/.vim/
cp -r autoload ~/.vim/

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.