I found many sites saying that vim can be used as a pager like less with syntax highlighting.
So to make it work I added this line to my .bash_aliases file:
alias vless='vim -u /usr/share/vim/vim73/macros/less.vim' but when I run something like
ps -A | vless It gives this output and exits without showing me the output of ps:
Vim: Warning: Input is not from a terminal Please help!