diff options
author | jao <jao@gnu.org> | 2025-09-28 23:57:56 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-28 23:57:56 +0100 |
commit | b72f03dc0ae6ced222d84e84a5b876ce4ada2404 (patch) | |
tree | ce1d56ae4f5b188f858fbb8ea547808b004a6bfe /init.el | |
parent | ddf99ee09ab622feafcf70d28a2f0934db50d394 (diff) | |
download | elibs-b72f03dc0ae6ced222d84e84a5b876ce4ada2404.tar.gz elibs-b72f03dc0ae6ced222d84e84a5b876ce4ada2404.tar.bz2 |
document navigation in darwin
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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." |