Browse Source

update keybinding of :editor/replace-block-reference-at-point

rcmerci 4 years ago
parent
commit
2581fdcda2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/modules/shortcut/config.cljs

+ 1 - 1
src/main/frontend/modules/shortcut/config.cljs

@@ -149,7 +149,7 @@
      :fn      editor-handler/backward-kill-word}
     :editor/replace-block-reference-at-point
     {:desc "Replace block reference with its content at point"
-     :binding "ctrl+c ctrl+c"
+     :binding "mod+shift+r"
      :fn editor-handler/replace-block-reference-with-content-at-point}}
 
    :shortcut.handler/editor-global