From b72f03dc0ae6ced222d84e84a5b876ce4ada2404 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 28 Sep 2025 23:57:56 +0100 Subject: document navigation in darwin --- init.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 3511a2d..3f69062 100644 --- a/init.el +++ b/init.el @@ -1801,13 +1801,16 @@ ("g" "ripgrep notes" jao-org-notes-consult-ripgrep)] ["Documents" ("d" "go to doc" jao-select-pdf) - ("o" "open doc" jao-open-doc)] + ("o" "open doc" jao-open-doc) + ("s" "open skim doc" jao-skim-open-current-doc) + ("c" "view cache" doc-view-dired-cache)] ["Network" - ("s" "ssh" jao-ssh) + ("S" "ssh" jao-ssh) ("r" "r2e" jao-r2e)] ["Utilities" ("l" "packages" jao-list-packages) - ("f" "copy buffer file name" copy-buffer-file-name-as-kill)]]) + ("f" "copy buffer file name" copy-buffer-file-name-as-kill) + ("N" "browse NNW article" jao-nnw-browse-current-article)]]) (transient-define-prefix jao-transient-utils () "Global operations." -- cgit v1.2.3