Skip to content
Learn more
Please note that GitHub no longer supports Internet Explorer versions 7 or 8.

We recommend upgrading to the latest Internet Explorer, Google Chrome, or Firefox.

If you are using IE 9 or later, make sure you turn off "Compatibility View".

This repository

A Sublime-like minimap for VIM, based on the Drawille console-based drawing library

branch: master
README.md

A Sublime-like code minimap for Vim

Sublime can display an useful overview of the code as a minimap sidebar.

We can implement the same thing in Vim, relying on the Drawille library to 'draw' in text mode.

Code minimap in Vim

Attention: this extension is not yet ready for general use! It simply displays the map when calling Minimap, but does not do anything useful yet, like highlight the visible part of the buffer or synchronizing scrolling.

Installation

With vundle, simply add: Bundle 'severin-lemaignan/vim-minimap' to your .vimrc and run BundleInstall from vim.

Something went wrong with that request. Please try again.