eighties.vim : Automatically resizes your windows
script karma |
Rating 12/10,
Downloaded by 3434 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Justin Campbell |
|
script type |
utility |
|
description |
GitHub: https://github.com/justincampbell/vim-eighties
Demo: https://s3.amazonaws.com/justincampbell/vim-eighties.gif
# Features
* Resizes the width of the current window when switching
* Calculates the minimum width (80 by default) + line numbers/signs/etc
* Won't shrink the current window
* Won't resize file browsers, such as NERDTree
# Configuration & Defaults
let g:eighties_enabled = 1
let g:eighties_minimum_width = 80
let g:eighties_extra_width = 0 " Increase this if you want some extra room
let g:eighties_compute = 1 " Disable this if you just want the minimum + extra |
|
install details |
Plug:
Plug 'justincampbell/vim-eighties'
Vundle:
Bundle 'justincampbell/vim-eighties'
Pathogen:
cd ~/.vim/bundle
git clone git://github.com/justincampbell/vim-eighties.git |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 35.170.81.33
|