Use Vim as a pager for viewing file contents and command output
Use ViM as PAGER
vimpager
$ vimpager /path/to/file.txt
$ cat large_file.log | vimpager
$ export PAGER=vimpager && man ls