Update key bindings for handling Org Mode links
F9 is a comparably prominent key binding, and we now bind it to the more important `db/org-add-link-to-other-item'. The formar binding to `db/org-find-links-to-current-item' is bound to F11 now, since it will still be used often, but not more often then inserting links (I think). The old binding for F11 to `org-capture' has not been used much, and so we can dispense of it.master
parent
1c065bb46b
commit
9994a3ac82
4
init.el
4
init.el
|
@ -175,7 +175,7 @@
|
|||
(bind-key "<XF86Back>" #'winner-undo)
|
||||
(bind-key "<XF86Forward>" #'winner-redo)
|
||||
(bind-key "<f10>" #'magit-status)
|
||||
(bind-key "<f11>" #'org-capture)
|
||||
(bind-key "<f11>" #'db/org-find-links-to-current-item)
|
||||
(bind-key "<f12>" #'db/helm-shortcuts)
|
||||
(bind-key "<f1>" #'db/run-or-hide-eshell)
|
||||
(bind-key "<f2>" #'hydra-feature-shortcuts/body)
|
||||
|
@ -183,9 +183,9 @@
|
|||
(bind-key "<f6>" #'hydra-zoom/body)
|
||||
(bind-key "<f7>" #'dictcc)
|
||||
(bind-key "<f8>" #'bm-toggle)
|
||||
(bind-key "<f9>" #'db/org-add-link-to-other-item)
|
||||
(bind-key "<C-f8>" #'bm-next)
|
||||
(bind-key "<C-S-f8>" #'bm-previous)
|
||||
(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)
|
||||
|
|
Loading…
Reference in New Issue