[Tex/LaTex] ny LaTeX editor allowing you to tab through curly braces

auto-completioneditors

I tried several LaTeX editors with auto-completion functionality, but none of them make life easier. The problem is when they auto-complete a command, such as \frac, they usually add {} automatically and you have to use the arrow keys to navigate out of the braces. But arrow keys are far away from the center of keyboard and pressing them really slows down my editing process. Is there any LaTeX editor that allows you to use Tab key to jump from braces?

Best Answer

In TeXstudio (formerly called TexmakerX) you can easily do that as it allows you to define custom keyboard shortcuts.

Under "Options" -> "Configure TeXstudio..." -> "Shortcuts" -> "Editor" -> "Basic Key Mapping", you can redefine the shortcuts for the commands "Next placeholder" and "Previous placeholder" or "Next placeholder or one word right" and "Previous placeholder or one word left".

It's a workaround and it allows you to jump from the one bracket to the other quickly. You can also try to redefine shortcuts for "Move cursor right/left" (which are mapped to the arrow keys originally) or "Move cursor right/left (1 word)" commands , as long as you can get used to it :-)

Related Question