enhance(ux): add shortcut for the cmdk themes picker

This commit is contained in:
charlie
2024-05-08 18:50:11 +08:00
parent d6d9226466
commit c8bf09b131
2 changed files with 8 additions and 0 deletions

View File

@@ -354,8 +354,13 @@
:go/search {:binding "mod+k"
:fn #(search :global)}
:go/search-themes {:binding "mod+shift+i"
:fn #(search :themes)}
:command-palette/toggle {:binding "mod+shift+p"
:fn #(search :commands)}
:go/search-in-page {:binding "mod+shift+k"
:fn #(search :current-page)}
@@ -706,6 +711,7 @@
:ui/toggle-brackets
:go/search-in-page
:go/search
:go/search-themes
:go/electron-find-in-page
:go/electron-jump-to-the-next
:go/electron-jump-to-the-previous
@@ -773,6 +779,7 @@
(atom
{:shortcut.category/basics
[:go/search
:go/search-themes
:editor/new-block
:editor/new-line
:editor/indent