feat: cleaned up espanso

This commit is contained in:
Nick 2025-05-31 20:44:18 -05:00
parent 0ddf9cd1ce
commit 3d6ee99ecb
9 changed files with 91 additions and 142 deletions

View file

@ -0,0 +1,7 @@
{ matchHelper, ... }:
[
(matchHelper ":up" "")
(matchHelper ":down" "")
(matchHelper ":left" "")
(matchHelper ":right" "")
]