mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix slash command clashes with Org-mode italics (#3010)
* enhance: fix https://github.com/logseq/logseq/issues/990 Co-authored-by: leizhe <leizhe@leizhedeMacBook-Air.local>
This commit is contained in:
@@ -346,7 +346,7 @@
|
||||
:go/home
|
||||
{:desc "Go to home"
|
||||
:binding "g h"
|
||||
:fn #(route-handler/redirect! {:to :home})}
|
||||
:fn #(route-handler/redirect-to-home!)}
|
||||
:go/keyboard-shortcuts
|
||||
{:desc "Go to keyboard shortcuts"
|
||||
:binding "g s"
|
||||
|
||||
Reference in New Issue
Block a user