dman wrote:
> Yeah, the coloring in view is neat, but the scrolling and quitting
> wasn't as convenient for a pager which is why I don't use it.
Try the following script:
#!/bin/sh -e
vim -c 'so /usr/share/doc/vim/macros/less.vim' ${@:--}
Needs vim 6.0 though, and I am not fully satisfied with it as a complete
less replacement, but at least you can space to page down and q to quit.
--
see shy jo