We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Say I have a snippet:
# -*- mode: snippet -*- # name: group-text # key: sg # -- {$1}$0
And when I type \section sg , it can expand to \section{} .
\section sg
\section{}
But when I type \sectionsg , it can NOT expand to \section{} .
\sectionsg
How can I make the key sg be able to expand anywhere, even inside a word?
sg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Say I have a snippet:
And when I type
\section sg
, it can expand to\section{}
.But when I type
\sectionsg
, it can NOT expand to\section{}
.How can I make the key
sg
be able to expand anywhere, even inside a word?The text was updated successfully, but these errors were encountered: