🔧 Updated dollar sign espanso alias
This commit is contained in:
parent
c04b1ae9b1
commit
a53514c078
1 changed files with 15 additions and 4 deletions
|
|
@ -110,10 +110,6 @@ matches:
|
|||
force_clipboard: true
|
||||
replace: "else {}"
|
||||
|
||||
- trigger: ";$"
|
||||
force_clipboard: true
|
||||
replace: "`${}`"
|
||||
|
||||
- trigger: ";do"
|
||||
force_clipboard: true
|
||||
replace: "do {} while ()"
|
||||
|
|
@ -167,6 +163,10 @@ matches:
|
|||
force_clipboard: true
|
||||
replace: "console.warn('WARNING :=>', )"
|
||||
|
||||
- trigger: ";$"
|
||||
force_clipboard: true
|
||||
replace: "$$ $$"
|
||||
|
||||
- trigger: ";<h1"
|
||||
force_clipboard: true
|
||||
replace: "<h1> </h1>"
|
||||
|
|
@ -343,6 +343,17 @@ matches:
|
|||
params:
|
||||
cmd: "~/scripts/html5 ; echo ''"
|
||||
|
||||
# returns default react layout
|
||||
- trigger: ";rfc"
|
||||
force_clipboard: true
|
||||
replace: "{{output}}"
|
||||
vars:
|
||||
- name: output
|
||||
type: shell
|
||||
params:
|
||||
cmd: "~/scripts/react ; echo ''"
|
||||
|
||||
|
||||
# returns default vue layout
|
||||
- trigger: ";vue"
|
||||
force_clipboard: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue