Skip to content

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

Notifications You must be signed in to change notification settings

asciimoo/vim-minimap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%