mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
elinks.conf.5, elinkskeys.5: Document undocumented features
I should have done that when I added them, mea culpa. Signed-off-by: Fabienne Ducroquet <fabiduc@gmail.com>
This commit is contained in:
parent
60a5fce0f0
commit
5a34763b39
@ -591,6 +591,11 @@ document\&.browse\&.scrolling\&.margin \fB<num>\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<num>\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<num>\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\&.
|
||||
|
@ -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\&.
|
||||
|
Loading…
Reference in New Issue
Block a user