From 78930eb2d6c760f40b53b08780d2517d004a8168 Mon Sep 17 00:00:00 2001 From: Knyffen Date: Sun, 12 Nov 2023 17:46:34 +0100 Subject: [PATCH] More markdown math shorthands --- init.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.vim b/init.vim index c578ef5..fa475e6 100644 --- a/init.vim +++ b/init.vim @@ -947,6 +947,10 @@ augroup END \ "\\quo": "\\operatorname*{quo}", \ "\\rem": "\\operatorname*{rem}", \ "\\conv": "\\operatorname*{conv}", + \ "\\lightning": "↯", + \ "\\mdeg": "\\operatorname*{mdeg}", + \ "\\lm": "\\operatorname*{lm}", + \ "\\lt": "\\operatorname*{lt}", \ }, \ }, \ 'uml': {},