resizewin : mini util for temporary widen window horizontally/vertically/both
script karma |
Rating 0/0,
Downloaded by 812 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
t9 md |
|
script type |
utility |
|
description |
What is this?
==================================
resizewin.vim is minimal utility for resize win
* horizontally
* vertically
* full(both horizontally and vertically)
KeyMap Example
================================
set following keymap in your .vimrc.
then split, vsplit several time.
then try `_`, `|`(bar), `F`
vmap _ <Plug>(ResizeH)
vmap <bar> <Plug>(ResizeV)
vmap F <Plug>(ResizeHV)
nmap _ <Plug>(ResizeH)
nmap <bar> <Plug>(ResizeV)
nmap F <Plug>(ResizeHV)
|
|
install details |
unzip |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|