mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: refactored espanso config
This commit is contained in:
parent
3d6ee99ecb
commit
9eb6982341
9 changed files with 123 additions and 36 deletions
|
@ -4,8 +4,27 @@
|
|||
(matchHelper ":conj" "∧")
|
||||
(matchHelper ":disj" "∨")
|
||||
(matchHelper ":imp" "→")
|
||||
(matchHelper ":bicon" "↔")
|
||||
(matchHelper ":iff" "↔")
|
||||
(matchHelper ":forall" "∀")
|
||||
(matchHelper ":exist" "∃")
|
||||
(matchHelper ":therefore" "∴")
|
||||
(matchHelper ":because" "∵")
|
||||
(matchHelper ":nexist" "∄")
|
||||
(matchHelper ":nand" "⊼")
|
||||
(matchHelper ":nor" "⊽")
|
||||
(matchHelper ":xor" "⊕")
|
||||
(matchHelper ":xnor" "⊙")
|
||||
(matchHelper ":notimp" "↛")
|
||||
(matchHelper ":notiff" "↮")
|
||||
(matchHelper ":models" "⊨")
|
||||
(matchHelper ":notmodels" "⊭")
|
||||
(matchHelper ":proves" "⊢")
|
||||
(matchHelper ":notproves" "⊬")
|
||||
(matchHelper ":forces" "⊩")
|
||||
(matchHelper ":notforces" "⊮")
|
||||
(matchHelper ":top" "⊤")
|
||||
(matchHelper ":bottom" "⊥")
|
||||
(matchHelper ":dashv" "⊣")
|
||||
(matchHelper ":necessary" "□")
|
||||
(matchHelper ":possible" "◇")
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue