diff options
author | jao <jao@gnu.org> | 2025-10-06 20:14:03 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-10-06 20:14:03 +0100 |
commit | d567f75e666d0b99f36fda409e9c75d8bad7d560 (patch) | |
tree | 006e28f3ea9096186f8858df928a492fd71b1bed | |
parent | 779db4c45951fbeb7262632a5c8348b27e2f38f6 (diff) | |
download | elibs-d567f75e666d0b99f36fda409e9c75d8bad7d560.tar.gz elibs-d567f75e666d0b99f36fda409e9c75d8bad7d560.tar.bz2 |
shortcuts
-rw-r--r-- | init.el | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1807,10 +1807,10 @@ (transient-define-prefix jao-transient-utils () "Global operations." [["Notes" - ("n" "create new note" jao-org-notes-create) - ("/" "open note" jao-org-notes-open) - ("\\" "open note by tags" jao-org-notes-consult-tags) - ("g" "ripgrep notes" jao-org-notes-consult-ripgrep)] + ("nn" "create new note" jao-org-notes-create) + ("no" "open note" jao-org-notes-open) + ("nt" "open note by tags" jao-org-notes-consult-tags) + ("ng" "ripgrep notes" jao-org-notes-consult-ripgrep)] ["Documents" ("d" "go to doc" jao-select-pdf) ("o" "open doc" jao-open-doc) |