adding keybindings to org bible

This commit is contained in:
Chris Cochrun 2024-01-15 15:12:33 -06:00
parent a406b04da8
commit 03d4799f01
2 changed files with 2 additions and 2 deletions

View file

@ -709,7 +709,7 @@ This evil-collection package includes a lot of other evil based things.
"ss" '(consult-line :which-key "consult search")
"sr" '(consult-ripgrep :which-key "consult ripgrep")
"sd" '(dictionary-search :which-key "search the dictionary")
"sv" '(chris/find-verse :which-key "imenu")
"sv" '(org-bible-find-verse-imenu :which-key "imenu")
"oP" '(proced :which-key "proced")
"ov" '(vterm :which-key "vterm")
"wo" '(other-window :which-key "other window")

View file

@ -409,7 +409,7 @@
"ss" '(consult-line :which-key "consult search")
"sr" '(consult-ripgrep :which-key "consult ripgrep")
"sd" '(dictionary-search :which-key "search the dictionary")
"sv" '(chris/find-verse :which-key "imenu")
"sv" '(org-bible-find-verse-imenu :which-key "imenu")
"oP" '(proced :which-key "proced")
"ov" '(vterm :which-key "vterm")
"wo" '(other-window :which-key "other window")