That’s Vim gives us a list of matched “$ some maths symbles $” when we press some keys after typing just “$” or “$ with more maths”.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
My solution (basing on latex-box) for completing inline eqs in either inline env or numbered env
That’s you have typed two eqs, you want to type them for another time:
EDIT1
In the official repo of Latex-box, this functionality is disabled by default.
The switch is
let g:LatexBox_complete_inlineMath = 1.