On Mon, Oct 08, 2001 at 11:56:58PM -0400, Joey Hess wrote: | 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' ${@:--}
Sweet! Instead I put set pager='view -c"so /usr/..."' in my .muttrc. Hmm, maybe time to replace less in general :-). | 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. I hadn't noticed that in the release. Thanks for pointing it out. -D