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.=͟͟͞͞(๑•̀=͟͟͞͞(๑•̀д•́=͟͟͞͞(๑•̀д•́๑)=͟͟͞͞(๑•̀д•́
- Host: GitHub
- URL: https://github.com/pyohei/vim-bunshin
- Owner: pyohei
- License: mit
- Created: 2015-06-22T13:51:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T12:04:55.000Z (about 8 years ago)
- Last Synced: 2024-12-29T01:32:23.369Z (over 1 year ago)
- Topics: vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 2.94 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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)