🔧 Added kevin powell's css as emmet like shortcut

This commit is contained in:
z3rOR0ne 2023-11-11 20:28:57 -08:00
parent d8453b4ab0
commit 86a16d5899
2 changed files with 40 additions and 0 deletions

View file

@ -309,6 +309,15 @@ matches:
type: shell
params:
cmd: "~/scripts/pug5 ; echo ''"
# returns default html5 layout
- trigger: ";kcss"
force_clipboard: true
replace: "{{output}}"
vars:
- name: output
type: shell
params:
cmd: "~/scripts/kcss ; echo ''"
# returns default figure and img tags for pug blog
- trigger: ";fig"