mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
feat: cmd+c cmd+c to clear the right sidebar
This commit is contained in:
@@ -306,7 +306,13 @@
|
||||
:binding "mod+c mod+r"
|
||||
:fn #(repo-handler/re-index!
|
||||
nfs-handler/rebuild-index!
|
||||
page-handler/create-today-journal!)}}
|
||||
page-handler/create-today-journal!)}
|
||||
:sidebar/clear
|
||||
{:desc "Clear all in the right sidebar"
|
||||
:binding "mod+c mod+c"
|
||||
:fn #(do
|
||||
(state/clear-sidebar-blocks!)
|
||||
(state/hide-right-sidebar!))}}
|
||||
|
||||
:shortcut.handler/misc
|
||||
;; always overrides the copy due to "mod+c mod+s"
|
||||
|
||||
Reference in New Issue
Block a user