Add default key binding for backlink searching in Org Mode buffers

This commit is contained in:
Daniel - 2020-09-26 15:24:29 +02:00
parent dd30d5d7be
commit 48d9979fbd
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@
(bind-key "<f8>" #'bm-toggle)
(bind-key "<C-f8>" #'bm-next)
(bind-key "<C-S-f8>" #'bm-previous)
(bind-key "<f9>" #'helm-org-agenda-files-headings)
(bind-key "<f9>" #'db/org-find-links-to-current-item)
(bind-key "C-," #'mc/skip-to-previous-like-this)
(bind-key "C-." #'mc/skip-to-next-like-this)
(bind-key "C-;" #'iedit-mode)