Skip to content

artart222/vim-resize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

vim-resize

Usage

  • use your costume key map in normal mode to resize a vertical or horizontal split in the desired direction

Configuration

Mappings

You can map resize keys like this:

nnoremap <silent> <c-left> :call ResizeLeft(3)<cr>
nnoremap <silent> <c-down> :call ResizeDown(1)<cr>
nnoremap <silent> <c-up> :call ResizeUp(1)<cr>
nnoremap <silent> <c-right> :call ResizeRight(3)<cr>

About

Resizing the screen using arrow keys

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%