evil-matchit icon indicating copy to clipboard operation
evil-matchit copied to clipboard

jump between inline math

Open allenryb opened this issue 8 months ago • 1 comments

How to use evilmi-jump-items-native jump between inline math of a buffer under LaTeX-mode?

For exmaple, a buffer just include the single line

\(aaa bbb\)

If the cursor is at the beginning, then evilmi-jump-items-native jumps to here \(aa|a bbb\) If the cursor locate before (, that is \|(aaa bbb\), then evilmi-jump-items-native gives an error

evilmi-sdk-scan-sexps: Scan error: "Unbalanced parentheses", 2, 12

It seems the inline math doesn't be detected in both cases.

allenryb avatar Jun 01 '24 03:06 allenryb