tweak(default): bind "n b" to citar-open-notes

Also change desc to "Bibliographic notes".

Ref: #6728
This commit is contained in:
Bruce D'Arcus 2022-09-22 11:12:49 -04:00 committed by Henrik Lissner
parent ee0e87fc74
commit 9193ba98f7
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
2 changed files with 4 additions and 4 deletions

View file

@ -157,8 +157,8 @@
:desc "Search notes for symbol" "." #'+default/search-notes-for-symbol-at-point
:desc "Org agenda" "a" #'org-agenda
(:when (modulep! :tools biblio)
:desc "Bibliographic entries" "b"
(cond ((modulep! :completion vertico) #'citar-open-entry)
:desc "Bibliographic notes" "b"
(cond ((modulep! :completion vertico) #'citar-open-notes)
((modulep! :completion ivy) #'ivy-bibtex)
((modulep! :completion helm) #'helm-bibtex)))

View file

@ -517,8 +517,8 @@
:desc "Search notes for symbol" "*" #'+default/search-notes-for-symbol-at-point
:desc "Org agenda" "a" #'org-agenda
(:when (modulep! :tools biblio)
:desc "Bibliographic entries" "b"
(cond ((modulep! :completion vertico) #'citar-open-entry)
:desc "Bibliographic notes" "b"
(cond ((modulep! :completion vertico) #'citar-open-notes)
((modulep! :completion ivy) #'ivy-bibtex)
((modulep! :completion helm) #'helm-bibtex)))