diff --git a/doc/man/man5/elinks.conf.5 b/doc/man/man5/elinks.conf.5 index 54f5fd8b..f6c54d44 100644 --- a/doc/man/man5/elinks.conf.5 +++ b/doc/man/man5/elinks.conf.5 @@ -591,6 +591,11 @@ document\&.browse\&.scrolling\&.margin \fB\fR (default: 3) Size of the virtual margin \(en when you click inside of that margin, document scrolls in that direction\&. .RE .PP +document\&.browse\&.scrolling\&.vertical_overlap \fB\fR (default: 0) +.RS 4 +Number of overlapping lines between the new page displayed and the previous one when scrolling one page up or down\&. +.RE +.PP document\&.browse\&.scrolling\&.vertical_step \fB\fR (default: 2) .RS 4 Number of lines to scroll when a key bound to scroll\-up or scroll\-down is pressed and no prefix was given\&. diff --git a/doc/man/man5/elinkskeys.5 b/doc/man/man5/elinkskeys.5 index 5aa39d19..ccec90ea 100644 --- a/doc/man/man5/elinkskeys.5 +++ b/doc/man/man5/elinkskeys.5 @@ -324,6 +324,11 @@ menu Activate the menu\&. .RE .PP +move\-current\-top +.RS 4 +Move downwards to put the current line at the top of the screen\&. +.RE +.PP move\-cursor\-down .RS 4 Move cursor down\&. @@ -359,6 +364,16 @@ move\-document\-start Move to the start of the document\&. .RE .PP +move\-half\-page\-down +.RS 4 +Move downwards by half a page\&. +.RE +.PP +move\-half\-page\-up +.RS 4 +Move upwards by half a page\&. +.RE +.PP move\-link\-down .RS 4 Move one link down\&.