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
Post a Comment