qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.64k stars 218 forks source link

[Pager broken] cannot scroll through command output #886

Open shaunlebron opened 2 years ago

shaunlebron commented 2 years ago

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 ---.

qRATD

Is this just me? I do not get this problem when running nvim from my terminal.

kevinm6 commented 2 years ago

It happens even to me for everything that requires more space than the current window, like :scriptnames :map and so on

xuliefeng commented 2 years ago

me too

shaunlebron commented 2 years ago

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!

shaunlebron commented 2 years ago

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

huyz commented 1 year ago

Can we reopen this issue? It affects other users