Update docstrings after Tienson's shortcuts fix

Also remove unused :db-schema
This commit is contained in:
Gabriel Horner
2022-09-06 09:35:34 -04:00
committed by Andelf
parent bfe8d46945
commit 12b8592f9b
6 changed files with 8 additions and 18 deletions

View File

@@ -252,7 +252,7 @@
:go/electron-find-in-page {:binding "mod+f"
:inactive (not (util/electron?))
:fn #(search-handler/open-find-in-page!)}
:go/electron-jump-to-the-next {:binding ["enter" "mod+g"]
:inactive (not (util/electron?))
:fn #(search-handler/loop-find-in-page! false)}