An open API service indexing awesome lists of open source software.

https://github.com/pyohei/vim-bunshin

The plugin which can clone vim window.=͟͟͞͞(๑•̀=͟͟͞͞(๑•̀д•́=͟͟͞͞(๑•̀д•́๑)=͟͟͞͞(๑•̀д•́
https://github.com/pyohei/vim-bunshin

vim vim-plugin

Last synced: 7 months ago
JSON representation

The plugin which can clone vim window.=͟͟͞͞(๑•̀=͟͟͞͞(๑•̀д•́=͟͟͞͞(๑•̀д•́๑)=͟͟͞͞(๑•̀д•́

Awesome Lists containing this project

README

          

# Simple Window control Vim Plugin

## About

The plugin which can create clone vim window.  
The word `bunshin` is one of the technique using ninja. --> [Bunshin-no-Jutsu](http://www.ninjaencyclopedia.com/techniques/bunshin.html)
This tool enable only gvim.

![Demo of bunnshin](https://raw.githubusercontent.com/pyohei/vim-bunshin/master/gif/screenshot.gif)

## Usage

After you download this repository like Dein or Pathogen, you can use this command.

```vim
:Bunshin
```

If you want to close this window, you can close the below command.

```vim
:BunshinEnd
```

## Options

The default window column size is 80.
If you want to change default size, you can set in your `.vimrc` like this.

```vim
g:BUNSHIN_COLUMN " Your basic window column size.(default: 80)
g:BUNSHIN_MAX " Your window max size.(default: 3)
```

## Licence
* [MIT](https://github.com/pyohei/vim-hipchat/blob/master/LICENSE)