5 ms·
I use Alt-numpad keys. In my case it works quite fast: " Decrease height / width nnoremap <A--> <C-W>- nnoremap <A-/> <C-W>< " Increase height
by BostX 13y ago
I 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>>