From 0d10caf55ce75b22077e2813e00ee8d78c66ad19 Mon Sep 17 00:00:00 2001 From: Evgenii Karagodin Date: Tue, 27 Dec 2022 16:49:16 +0700 Subject: [PATCH] Fixes #180 (#237) --- plugs/core/core.plug.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugs/core/core.plug.yaml b/plugs/core/core.plug.yaml index 32c3e0d..758c8fa 100644 --- a/plugs/core/core.plug.yaml +++ b/plugs/core/core.plug.yaml @@ -320,6 +320,13 @@ functions: key: "Ctrl-i" mac: "Cmd-i" wrapper: "_" + strikethrough: + path: ./text.ts:wrapSelection + command: + name: "Text: Strikethrough" + key: "Ctrl-Shift-s" + mac: "Cmd-Shift-s" + wrapper: "~~" marker: path: ./text.ts:wrapSelection command: