adding keybindings to org bible
This commit is contained in:
parent
a406b04da8
commit
03d4799f01
|
@ -709,7 +709,7 @@ This evil-collection package includes a lot of other evil based things.
|
||||||
"ss" '(consult-line :which-key "consult search")
|
"ss" '(consult-line :which-key "consult search")
|
||||||
"sr" '(consult-ripgrep :which-key "consult ripgrep")
|
"sr" '(consult-ripgrep :which-key "consult ripgrep")
|
||||||
"sd" '(dictionary-search :which-key "search the dictionary")
|
"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")
|
"oP" '(proced :which-key "proced")
|
||||||
"ov" '(vterm :which-key "vterm")
|
"ov" '(vterm :which-key "vterm")
|
||||||
"wo" '(other-window :which-key "other window")
|
"wo" '(other-window :which-key "other window")
|
||||||
|
|
2
init.el
2
init.el
|
@ -409,7 +409,7 @@
|
||||||
"ss" '(consult-line :which-key "consult search")
|
"ss" '(consult-line :which-key "consult search")
|
||||||
"sr" '(consult-ripgrep :which-key "consult ripgrep")
|
"sr" '(consult-ripgrep :which-key "consult ripgrep")
|
||||||
"sd" '(dictionary-search :which-key "search the dictionary")
|
"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")
|
"oP" '(proced :which-key "proced")
|
||||||
"ov" '(vterm :which-key "vterm")
|
"ov" '(vterm :which-key "vterm")
|
||||||
"wo" '(other-window :which-key "other window")
|
"wo" '(other-window :which-key "other window")
|
||||||
|
|
Loading…
Reference in a new issue