chore: deprecate shortcut mod+u for searching

This commit is contained in:
Tienson Qin
2021-11-17 18:45:40 +08:00
parent 09128b19b6
commit 74848c303f

View File

@@ -295,11 +295,11 @@
:fn config-handler/toggle-ui-show-brackets!}
:go/search-in-page
{:desc "Search in the current page"
:binding ["mod+shift+k" "mod+shift+u"]
:binding "mod+shift+k"
:fn #(route-handler/go-to-search! :page)}
:go/search
{:desc "Full text search"
:binding ["mod+k" "mod+u"]
:binding "mod+k"
:fn #(route-handler/go-to-search! :global)}
:go/journals
{:desc "Jump to journals"