mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
enhance(keyword): use mod+k for search and mod+l for inserting link
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
:fn editor-handler/strike-through-format!}
|
||||
:editor/insert-link
|
||||
{:desc "HTML Link"
|
||||
:binding "mod+k"
|
||||
:binding "mod+l"
|
||||
:fn editor-handler/html-link-format!}
|
||||
:editor/move-block-up
|
||||
{:desc "Move block up"
|
||||
@@ -278,11 +278,11 @@
|
||||
:fn config-handler/toggle-ui-show-brackets!}
|
||||
:go/search-in-page
|
||||
{:desc "Search in the current page"
|
||||
:binding "mod+shift+u"
|
||||
:binding ["mod+shift+k" "mod+shift+u"]
|
||||
:fn #(route-handler/go-to-search! :page)}
|
||||
:go/search
|
||||
{:desc "Full text search"
|
||||
:binding "mod+u"
|
||||
:binding ["mod+k" "mod+u"]
|
||||
:fn #(route-handler/go-to-search! :global)}
|
||||
:go/journals
|
||||
{:desc "Jump to journals"
|
||||
|
||||
Reference in New Issue
Block a user