Casual BibTeX re-purposes conventional Emacs navigation bindings so that instead of navigating a text edit buffer, it instead navigates BibTeX structures (entry, field).
The following table shows the bindings for BibTeX navigation.
| Binding | Command |
|---|---|
| C-n | bibtex-next-field (bound to n in menu) |
| C-p | previous-line (bound to p in menu) |
| C-a | casual-bibtex-beginning-of-field |
| C-e | casual-bibtex-end-of-field |
| M-p | bibtex-previous-entry |
| M-n | bibtex-next-entry |
| < | bibtex-beginning-of-entry |
| > | bibtex-end-of-entry |