📝 Added clc for console.clear() in espanso

This commit is contained in:
z3rOR0ne 2023-01-06 17:01:39 -08:00
parent bf2097f8d3
commit 8830f82294

View file

@ -122,6 +122,9 @@ matches:
- trigger: ";cll"
replace: "console.log()"
- trigger: ";clc"
replace: "console.clear()"
- trigger: ";cla"
replace: "console.assert()"