thomaspeklak / obvious-resize

A plugin for easy resizing of Vim windows.

Repository from Github https://github.comthomaspeklak/obvious-resizeRepository from Github https://github.comthomaspeklak/obvious-resize

#Obvious Resize

A plugin for easy resizing of Vim windows.

Just add the following into your .vimrc file:

noremap <silent> <C-Up> :ObviousResizeUp<CR>
noremap <silent> <C-Down> :ObviousResizeDown<CR>
noremap <silent> <C-Left> :ObviousResizeLeft<CR>
noremap <silent> <C-Right> :ObviousResizeRight<CR>

Optionally you can paa a count to :ObviousResize to resize the pain by that amount.

noremap <silent> <C-Up> :ObviousResizeUp 5<CR>

About

A plugin for easy resizing of Vim windows.


Languages

Language:Vim Script 100.0%