summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
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."