Next: ToggleSEOF, Previous: MoveIncDown, Up: Navigation Commands
Syntax: AdjustView [T|C|B|L|M|R]
Abbreviation: AV
shifts the view (text visible in the terminal window) horizontally or vertically without changing the cursor's position in the document. View adjustments are constrained by the current tab size and the length and width of the current document. If called with no arguments 'T' is assumed.
'T', 'C', and 'B' cause vertical shifts so that the current line becomes the top, center, or bottom-most visible line respectively.
'L', 'M', and 'R' cause horizontal shifts, making the current column the left-most, middle, or right-most visible positions.
Horizontal and vertical adjustment specifications may be combined, so that for example 'AdjustView TL' shifts the view so that the current position becomes the top left-most character on screen (within the limits of the current tab size).