summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-28 23:57:56 +0100
committerjao <jao@gnu.org>2025-09-28 23:57:56 +0100
commitb72f03dc0ae6ced222d84e84a5b876ce4ada2404 (patch)
treece1d56ae4f5b188f858fbb8ea547808b004a6bfe /init.el
parentddf99ee09ab622feafcf70d28a2f0934db50d394 (diff)
downloadelibs-b72f03dc0ae6ced222d84e84a5b876ce4ada2404.tar.gz
elibs-b72f03dc0ae6ced222d84e84a5b876ce4ada2404.tar.bz2
document navigation in darwin
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 6 insertions, 3 deletions
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."