Now, anything that is separated by a space will be seen as different elements. This may lead to some inconvenience, for
example, inserting \mu a. Here is some direction to solve this problem:
only use tab but not space to separate elements, but this is not perfect because some vim users will use softtab.
Use tab and 2+ spaces to separate elements. Anything separated by only one space will be seen as one element.
surround the content with space in it with (...) to indicate that it is an element.
If all elements are separated by one space, they are seen as different element
If some elements are separated by >=2 spaces or tab and some are separated by one space, the formers are seen as matrix elements boundaries and 1 space is not
press
bmat<tab>
it will turn toNow, anything that is separated by a space will be seen as different elements. This may lead to some inconvenience, for example, inserting
\mu a
. Here is some direction to solve this problem:Do you have any other ideas?
vim
->vim:
,snippet
->snippets
.