Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: $PAGER, man vs info - was: Re: zsh-lovers



On Thu, Aug 09, 2007 at 10:12:56AM +0200, Przemyslaw Gawronski wrote:
> > [jae_0]cat ~/bin/pager
> > #!/bin/sh
> 
> > col -b | view --cmd 'let no_plugin_maps = 1' \
> >     -c 'set ft=man nomod nolist' -c 'runtime! macros/less.vim' \
> >     -c "set ls=0" -c 'noremap <Up> <C-Y>' -c 'noremap <Down> <C-E>' -
> 
> Looks interesting, can you show whats in 'macros/less.vim' ?
[...]

See :h less
within vim.

-- 
Stéphane



Messages sorted by: Reverse Date, Date, Thread, Author