blarghmatey / split-expander

Vim plugin to easily and quickly expand your splits to fit the file you are working on and collapse them back

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use

To expand the width of a split to the longest line in your file press <leader>m. To collapse the split back to its original size just press <leader>m again.

To expand the height of a split to the lenght of your file press <leader>M. To collapse the split back to its original size just press <leader>M again.

License

Copyright (c) Tobias Macey. Distributed under the same terms as Vim itself.

About

Vim plugin to easily and quickly expand your splits to fit the file you are working on and collapse them back


Languages

Language:Vim Script 100.0%