feat: add :editor/strike-through binding (fixes #701)

This commit is contained in:
Amar Sood (tekacs)
2021-06-10 19:00:01 -04:00
committed by Tienson Qin
parent 2715347e05
commit 6ca5e9f98e
2 changed files with 7 additions and 0 deletions

View File

@@ -91,6 +91,10 @@
{:desc "Highlight"
:binding "mod+shift+h"
:fn editor-handler/highlight-format!}
:editor/strike-through
{:desc "Strikethrough"
:binding "mod+shift+s"
:fn editor-handler/strike-through-format!}
:editor/insert-link
{:desc "Html Link"
:binding "mod+k"