Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow LaTeX to unicode completion to support consecutive sub/superscript characters #304

Open
tomchor opened this issue Oct 12, 2022 · 0 comments

Comments

@tomchor
Copy link

tomchor commented Oct 12, 2022

I feel like this issue must have been opened in the past but I could't find it. So feel free to close it if it has.

Basically since Julia 1.6 we can type consecutive supercripts or subscripts characteres pretty easily (with just one tab):

help?> Aᵃᵇᶜᵈᵉᶠ
"Aᵃᵇᶜᵈᵉᶠ" can be typed by A\^abcdef<tab>

But it appears that julia-vim still doesn't have that capability, so to type the same variable name as above on Vim I'd have to type:

A\^a<tab>\^b<tab>\^c<tab>\^d<tab>\^e<tab>\^f<tab>

Is there any way to make the julia-vim behavior similar to that of the Julia REPL?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant