From 40c7fa06457ad2bf1e3d7593507241c891960466 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 18 Feb 2024 00:11:56 +0000 Subject: a few keybindings for org mode --- init.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 0dcfd24..c25489e 100644 --- a/init.el +++ b/init.el @@ -3217,9 +3217,11 @@ ("n" "create new note" jao-org-notes-create) ("/" "open note" jao-org-notes-open) ("\\" "open note by tags" jao-org-notes-consult-tags) - ("d" "go to doc" jao-select-pdf :if display-graphic-p) - ("d" "search docs" jao-recoll-consult-docs :if-not display-graphic-p) - ("D" "open doc" jao-open-doc)] + ("g" "ripgrep notes" jao-org-notes-consult-ripgrep)] + ["Documents" + ("dd" "go to doc" jao-select-pdf :if display-graphic-p) + ("do" "open doc" jao-open-doc) + ("dr" "search docs with recoll" jao-recoll-consult-docs)] ["Monitors" ("p" "htop" jao-term-htop) ;; ("v" "vpn status" jao-mullvad-status) -- cgit v1.2.3