Skip to content

vim-scripts/obvious-resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=3706

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>

Project page: https://github.com/talek/obvious-resize

About

Resize Vim windows in an obvious way.

Resources

Stars

Watchers

Forks

Packages

No packages published