Continuously resizing windows in Vim -


i know can use ctrl-w -/ctrl-w + incrementally decrease/increase windows. however, same thing continuously. e.g. without having click everytime ctrl-w , shift = (to +) (i know have ctrl-w 5+ incremental, continous increase).

is possible?

this mappings use myself. works continuously holding keys:

" window resize via alt + shift + arrows map <a-s-left> <c-w>> map <a-s-right> <c-w>< map <a-s-up> <c-w>+ map <a-s-down> <c-w>- 

Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -