vote up 1 vote down star

If using mouse wheel (or scrollbar) to scroll to the bottom of current buffer, then VIM allows to "scroll bellow" the bottom of the file. So that the last line appears at the top of current buffer. This brings much pain for me as for VIM newbie used to deal with other editors (especially MS VS).

Is there any way to disable "scrolling below the bottom"?

flag
1  
How would the buffer display if the file has only one line? – William Pursell Aug 2 at 13:42
MSVS also scrolls "below the end of the file", I don't see any difference to vim there. Also Notepad and most other editors do this. – sth Aug 2 at 14:35
1  
You should become more familiar with VIM navigation key-bindings. One of the biggest benefits of using VIM is that is discourages you from taking your fingers away from the keyboard. If you can, try to work a whole day without your mouse. – BigCanOfTuna Aug 2 at 17:00

1 Answer

vote up 2 vote down

Well, if you type 'zb' in command mode, the current line goes to the bottom of the screen. That won't really prevent your problem, but it's at least a quick way to fix it when it happens.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.