scroll down limit. #6403
-
I am a person who has been using vim and decided to use this. When scrolling down in Vim, it is possible to scroll down past the last line. Maybe this feature is here? If not, I'd like to be able to choose whether to scroll beyond the last line at the config file. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
There is #4590 which changes the scroll behavior at the end of the file slightly but I'm not sure that's what you're talking about. We don't support putting the cursor past the last column or line in a document. Cursors in Helix are always selections so they must point to parts of the document that exist. |
Beta Was this translation helpful? Give feedback.
-
I think it's ok. thank you. |
Beta Was this translation helpful? Give feedback.
-
You can scroll just the screen with See view mode: https://docs.helix-editor.com/master/keymap.html#view-mode |
Beta Was this translation helpful? Give feedback.
There is #4590 which changes the scroll behavior at the end of the file slightly but I'm not sure that's what you're talking about.
We don't support putting the cursor past the last column or line in a document. Cursors in Helix are always selections so they must point to parts of the document that exist.