✨ Added more espanso aliases
This commit is contained in:
parent
175e736802
commit
92a224d2e6
1 changed files with 6 additions and 0 deletions
|
|
@ -89,6 +89,9 @@ matches:
|
|||
- trigger: ":func"
|
||||
replace: "function () {}"
|
||||
|
||||
- trigger: ":=>"
|
||||
replace: "() => {}"
|
||||
|
||||
- trigger: ":try"
|
||||
replace: "try {} catch(error) {}"
|
||||
|
||||
|
|
@ -104,6 +107,9 @@ matches:
|
|||
- trigger: ":cle"
|
||||
replace: "console.error()"
|
||||
|
||||
- trigger: ":clt"
|
||||
replace: "console.table()"
|
||||
|
||||
- trigger: ":inc"
|
||||
replace: "#include"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue