vimpager

Use Vim as a pager for viewing file contents and command output

brewmacoslinux
Try with needOr install directly
Source

About

Use ViM as PAGER

Commands

vimpager

Examples

View a file using vimpager$ vimpager /path/to/file.txt
Pipe command output through vimpager$ cat large_file.log | vimpager
Use vimpager as default pager for man pages$ export PAGER=vimpager && man ls