| Key | Action
|
|
| Left Arrow | Shifts the viewport one column left.
|
| Right Arrow | Shifts the viewport one column left
|
| Up Arrow | Scrolls the viewport one line up.
|
| Down Arrow | Scrolls the viewport one line down.
|
|
| Prev Page |
|
| Ctrl-B |
|
| B |
|
| b | Scroll one page backward.
|
|
| Next Page |
|
| Ctrl-F |
|
| Space |
|
| F |
|
| f | Scroll one page forward.
|
|
| Home |
|
| | | Shift the whole list to the far left.
|
|
| End |
|
| $ | Shift the whole list to the far right.
|
|
| 1 |
|
| < |
|
| g | Moves to the first line in the viewer.
|
|
| > |
|
| G | Moves to the last line in the viewer.
|
|
| L |
Moves half the distance to the end of the viewer.
|
| l |
Moves half the distance to the top of the viewer.
|
|
| ? | Searches up for a pattern.
|
| / | Searches down for a pattern.
|
| n | Repeats last search.
|
| N | Repeats last search, reversed direction.
|
| : | Jumps to a given line.
|
|
| i | Displays file statistics.
|
| s | Displays file statistics.
|
|
| Tab | Switches buttons.
|
| Return |
Exit the widget and return the index of the selected button.
Set the widget data exitType to vNORMAL.
|
| Escape |
Exit the widget and return -1.
Set the widget data exitType to vESCAPE_HIT.
|
| Ctrl-L | Refreshes the screen.
|