Comment on Vim Splits – Move Faster and More NaturallyparentComments−BostX13yI use Alt-numpad keys. In my case it works quite fast: " Decrease height / width nnoremap <A--> <C-W>- nnoremap <A-/> <C-W>< " Increase height / width nnoremap <A-+> <C-W>+ nnoremap <A-*> <C-W>>
Comments
I use Alt-numpad keys. In my case it works quite fast: