You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Map ctrl-e, ctrl-y in normal mode to scroll down/up one line
ctrl-e: scroll one line down (https://vimhelp.org/scroll.txt.html#CTRL-E)
ctrl-y: scroll one line up (https://vimhelp.org/scroll.txt.html#CTRL-Y)
Difference between j/k:
- cursor stays stationary, text around cursor shifts one line at a time
- if scrolling would move the cursor outside of the buffer's viewport, the cursor is moved to stay in the viewport
0 commit comments