Skip to content

Commit

Permalink
Improve org link keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
chuxubank committed Aug 9, 2024
1 parent da5e481 commit a3dab4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cats/+org.el
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
(("j" org-jira-todo-to-jira "transform"))
"Plugin"
(("c" org-cliplink "cliplink")
("lb" org-link-beautify-mode "link beautify")
("ld" org-toggle-link-display "link display")
("h" consult-org-heading "headings"))))
:config
(when IS-LINUX
Expand Down Expand Up @@ -156,8 +158,7 @@
:bind
(:map org-mode-map
("M-n" . org-next-link)
("M-p" . org-previous-link)
("C-c C-x l" . org-toggle-link-display))
("M-p" . org-previous-link))
:custom
(org-link-abbrev-alist '(("wiki-zh" . "https://zh.wikipedia.org/wiki/%h")
("wiki-en" . "https://en.wikipedia.org/wiki/%s")
Expand Down

0 comments on commit a3dab4f

Please sign in to comment.