Scrolling window without using Control key in Vim -
is possible scroll window screen without using control + u or control + d, (or control + f,b,e etc). aware can use 'j' or 'k', line line scroll. looking scroll through larger chunk of text without using control key. find little inconvenient move home row. (may thinking much.)
i aware can use /search or ng move particular line. sometimes, helpful scroll through code, without specific line.
i using gvim (windows). thank you.
<c-u> / <c-d> scroll 'scroll' number of lines. can emulate via
:execute 'normal!' &scroll . 'j' this long type, need mapping, again involve modifier key. ad-hoc scrolling, estimate amount of lines , type 30j.
that said, modifier keys important in vim (even if less in emacs). maybe should consider remapping ctrl, example caps lock?
Comments
Post a Comment