From d567f75e666d0b99f36fda409e9c75d8bad7d560 Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 6 Oct 2025 20:14:03 +0100 Subject: shortcuts --- init.el | 8 ++++---- 1 file 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) -- cgit v1.2.3