When I edit a BibTeX file with Emacs, pressing the Tab key takes me to the middle of the line, even when I am at the beginning of an entry. This is incredibly annoying. Any clue of why it is happening?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
I assume you use BibTeX mode. To find the function a command is bound to you can prefix it with
As you can see it moves point to the end of the current field but you can make it jump to the beginning of the current field instead by calling it differently. If you are not happy with Also, if you want information about a mode you can type
Note that you can set BibTeX mode to support |
||||
|
|