Skip to content

Conversation

@bscuron
Copy link

@bscuron bscuron commented Jan 4, 2026

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

I dedicate any and all copyright interest in this software to the
public domain.  I make this dedication for the benefit of the public at
large and to the detriment of my heirs and successors.  I intend this
dedication to be an overt act of relinquishment in perpetuity of all
present and future rights to this software under copyright law.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant