📝 Added clc for console.clear() in espanso
This commit is contained in:
parent
bf2097f8d3
commit
8830f82294
1 changed files with 3 additions and 0 deletions
|
|
@ -122,6 +122,9 @@ matches:
|
||||||
- trigger: ";cll"
|
- trigger: ";cll"
|
||||||
replace: "console.log()"
|
replace: "console.log()"
|
||||||
|
|
||||||
|
- trigger: ";clc"
|
||||||
|
replace: "console.clear()"
|
||||||
|
|
||||||
- trigger: ";cla"
|
- trigger: ";cla"
|
||||||
replace: "console.assert()"
|
replace: "console.assert()"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue