diff options
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1944,7 +1944,8 @@ ("n" "create new note" jao-org-notes-create) ("/" "open note" jao-org-notes-open) ("\\" "open note by tags" jao-org-notes-consult-tags) - ("N" "ripgrep notes" jao-org-notes-consult-ripgrep)] + ("N" "ripgrep all notes" jao-org-notes-consult-ripgrep) + ("C" "ripgrep category" jao-org-notes-consult-ripgrep-category)] ["Documents" ("d" "go to doc" jao-select-pdf) ("o" "open doc" jao-open-doc) |
