docs: document the new bindable functions 'toprow' and 'bottomrow'

This commit is contained in:
Benno Schulenberg 2024-04-07 10:57:07 +02:00
parent e51a28e492
commit 2c8d57fbb2
2 changed files with 12 additions and 0 deletions

View File

@ -1648,6 +1648,12 @@ Moves the cursor to the beginning of the current or preceding block of text.
@item nextblock
Moves the cursor to the beginning of the next block of text.
@item toprow
Moves the cursor to the first row in the viewport.
@item bottomrow
Moves the cursor to the last row in the viewport.
@item pageup
Goes up one screenful.

View File

@ -809,6 +809,12 @@ Moves the cursor to the beginning of the current or preceding block of text.
.B nextblock
Moves the cursor to the beginning of the next block of text.
.TP
.B toprow
Moves the cursor to the first row in the viewport.
.TP
.B bottomrow
Moves the cursor to the last row in the viewport.
.TP
.B pageup
Goes up one screenful.
.TP