🔧 Updated espanso config
This commit is contained in:
parent
e37205f778
commit
08f2f039de
1 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ matches:
|
|||
replace: "pub fn () {}"
|
||||
|
||||
- trigger: ";cll"
|
||||
replace: "console.log(' >>:', )"
|
||||
replace: "console.log(' :=>', )"
|
||||
|
||||
- trigger: ";clc"
|
||||
replace: "console.clear()"
|
||||
|
|
@ -129,7 +129,7 @@ matches:
|
|||
replace: "console.assert()"
|
||||
|
||||
- trigger: ";cle"
|
||||
replace: "console.error('ERROR >>: ', )"
|
||||
replace: "console.error('ERROR :=>', )"
|
||||
|
||||
- trigger: ";clt"
|
||||
replace: "console.table()"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue