From 42383b96d9a1b929080824946340d7459d49ac20 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Thu, 9 Nov 2023 18:03:22 +0100 Subject: chemistry snippets --- lua/Snippets/tex/general.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/Snippets/tex/general.lua') diff --git a/lua/Snippets/tex/general.lua b/lua/Snippets/tex/general.lua index b90e20b..0c6521d 100644 --- a/lua/Snippets/tex/general.lua +++ b/lua/Snippets/tex/general.lua @@ -49,7 +49,7 @@ return { ) ), - s({ trig = 'bft', snippetType = 'autosnippet' }, + s({ trig = 'tbf', snippetType = 'autosnippet' }, fmta( '\\textbf{<>}', { @@ -58,7 +58,7 @@ return { ) ), - s({ trig = 'tlt', snippetType = 'autosnippet' }, + s({ trig = 'tlc', snippetType = 'autosnippet' }, fmta( '\\textit{<>}', { @@ -85,7 +85,7 @@ return { } ) ), - s({ trig = 'cte', snippetType = 'autosnippet' }, + s({ trig = 'spc', snippetType = 'autosnippet' }, fmta( '\\supercite{<>}', { -- cgit v1.2.3