All Projects → koron → Minimap Vim

koron / Minimap Vim

Minimap for Vim

Labels

Projects that are alternatives of or similar to Minimap Vim

Vim Plug
我的vim插件, 基于vim-plug安装
Stars: ✭ 113 (-6.61%)
Mutual labels:  viml
Vim Jinja
jinja plugins for vim (syntax and indent)
Stars: ✭ 116 (-4.13%)
Mutual labels:  viml
Workflowish
A todo "plugin" for Vim, inspired by https://workflowy.com/
Stars: ✭ 118 (-2.48%)
Mutual labels:  viml
Flatlandia
Vim colorscheme based on flatland with Airline integration.
Stars: ✭ 113 (-6.61%)
Mutual labels:  viml
Vim Cheat
View cheatsheets via vim
Stars: ✭ 116 (-4.13%)
Mutual labels:  viml
Vim Youdao Translater
vim的有道取词翻译插件
Stars: ✭ 116 (-4.13%)
Mutual labels:  viml
Apiblueprint.vim
This vim plugin brings syntax highlighting and linting for API Blueprint.
Stars: ✭ 112 (-7.44%)
Mutual labels:  viml
Vimrc
vimrc for PHP & Web developers
Stars: ✭ 119 (-1.65%)
Mutual labels:  viml
Incsearch Fuzzy.vim
Stars: ✭ 116 (-4.13%)
Mutual labels:  viml
Vim Nodejs Complete
nodejs 'omnifunc' function of vim
Stars: ✭ 118 (-2.48%)
Mutual labels:  viml
Vim Multicursor
Allows Vim to use multiple cursors simultaneously
Stars: ✭ 114 (-5.79%)
Mutual labels:  viml
Cscope.vim
A vim plugin to help you to create/update cscope database and connect to existing proper database automatically.
Stars: ✭ 115 (-4.96%)
Mutual labels:  viml
Greplace.vim
Global search and replace for VI
Stars: ✭ 116 (-4.13%)
Mutual labels:  viml
Vim Swift
Swift filetype plugin for Vim
Stars: ✭ 113 (-6.61%)
Mutual labels:  viml
Vim Space
space.vim - Smart Space key for Vim
Stars: ✭ 118 (-2.48%)
Mutual labels:  viml
Vim Notes
Easy note taking in Vim
Stars: ✭ 1,518 (+1154.55%)
Mutual labels:  viml
Keyboard cat.vim
vim plugin for pretending like you can actually type
Stars: ✭ 116 (-4.13%)
Mutual labels:  viml
Vim Gradle
Simple little vim-bundle that recognizes .gradle files as being groovy syntax
Stars: ✭ 119 (-1.65%)
Mutual labels:  viml
Image.vim
View images in Vim, because Vim is awesome!
Stars: ✭ 119 (-1.65%)
Mutual labels:  viml
Vim Ruby Xmpfilter
helper for ruby's xmpfilter or seeing_is_believing
Stars: ✭ 117 (-3.31%)
Mutual labels:  viml

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].