-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Pager broken] cannot scroll through command output #886
Comments
It happens even to me for everything that requires more space than the current window, like |
me too |
On a whim, I searched neovim for the pager strings to see if I might trace them to what VimR might be doing wrong, but I would need help:
@qvacua 👋 if you can point to where this problem might be happening in vimr, I can investigate this more. Thanks! |
I’m going to start using neovim directly from terminal to avoid this issue. I’ll close this issue for now, feel free to re-open and I can help if you give some direction. Thanks |
Can we reopen this issue? It affects other users |
I’m using the latest version, and typing
:hi
does not allow me to scroll through results, it just skips to the end without allowing me to scroll through them.Notice the bottom of the screenshot show
Press ENTER or type command to continue
instead of--- More ---
.Is this just me? I do not get this problem when running
nvim
from my terminal.The text was updated successfully, but these errors were encountered: