vim: Add · and // texmath snippets
This commit is contained in:
parent
4733695b53
commit
8aebf2d5de
|
@ -13,3 +13,11 @@ endsnippet
|
|||
snippet si "Insert SI unit (only works with simple numbers)" w
|
||||
\SI{${1:amount}}{${2:unit}}
|
||||
endsnippet
|
||||
|
||||
snippet · "Insert multiplication sign" A
|
||||
\cdot $0
|
||||
endsnippet
|
||||
|
||||
snippet // "Fraction" iA
|
||||
\frac{$1}{$2}$0
|
||||
endsnippet
|
||||
|
|
Reference in a new issue