On Mon, 2004-08-23 at 16:25, Oscar Flores wrote:
> Hi,
> 
> I am not sure if this is the right place to ask this question, but ... 
> Does anyone know how to configure the manpages so that the scrolling can 
> be controlled also with the arrows? I am sure it is very simple, but I 
> dont know were to look for.

$ echo $PAGER
< your current pager, probably 'more'>
$ export PAGER=less
$ man man

tada works ;)
'more' doesn't support scrolling backwards, 'less' does.

Greets,
 Jeroen

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to