summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-10-06 20:14:03 +0100
committerjao <jao@gnu.org>2025-10-06 20:14:03 +0100
commitd567f75e666d0b99f36fda409e9c75d8bad7d560 (patch)
tree006e28f3ea9096186f8858df928a492fd71b1bed
parent779db4c45951fbeb7262632a5c8348b27e2f38f6 (diff)
downloadelibs-d567f75e666d0b99f36fda409e9c75d8bad7d560.tar.gz
elibs-d567f75e666d0b99f36fda409e9c75d8bad7d560.tar.bz2
shortcuts
-rw-r--r--init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.el b/init.el
index 509dbeb..3055949 100644
--- a/init.el
+++ b/init.el
@@ -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)