RusAlex
RusAlex

Reputation: 8575

How to scroll a console command output in GVim?

GVim on linux

I use :!some command inside Vim often. I've just switched from vimx to a gvim, and there is a differences. I cant scroll in gvim an output, like I scroll it in vimx with Shift+PgUp/PgDn

Any solution?

Upvotes: 2

Views: 816

Answers (1)

shinkou
shinkou

Reputation: 5154

Have you tried Ctrl + u / d / f / b yet? btw, mouse wheel will also do the trick in most cases.

Upvotes: 1

Related Questions