Next: , Up: Navigation mode


2.1 Record navigation

The following commands jump to other records in the buffer.

n     (rec-cmd-goto-next-rec)
Display the next record of the same type in the buffer.
`C-u N n' will move next N times.
p     (rec-cmd-goto-previous-rec)
Display the previous record of the same type in the buffer.
`C-u N p' will move backwards N times.
d     (rec-cmd-show-descriptor)
Display the record descriptor applicable to the current record. If the current record is anonymous, i.e. there is not record descriptor. then this command does nothing.
b     (rec-cmd-jump-back)
Display the record previously displayed in the buffer.
C-c t     (rec-find-type)
Prompt the user for one of the record types present in the recfile and display the first record of the selected type.