ADD shortcut for updating id's

This commit is contained in:
Nathan Dwarshuis 2021-11-08 10:15:31 -05:00
parent 3cc0549280
commit 68dcc8ebe8
1 changed files with 1 additions and 0 deletions

View File

@ -4503,6 +4503,7 @@ The function keys are nice because they are almost (not always) free in every mo
(global-set-key (kbd "<f4>") 'org-clock-goto) (global-set-key (kbd "<f4>") 'org-clock-goto)
(global-set-key (kbd "C-<f4>") 'org-tomato-user-get-summary) (global-set-key (kbd "C-<f4>") 'org-tomato-user-get-summary)
(global-set-key (kbd "C-S-<f4>") 'org-tomato-user-pomodoro-goto) (global-set-key (kbd "C-S-<f4>") 'org-tomato-user-pomodoro-goto)
(global-set-key (kbd "<f8> i") #'org-id-update-id-locations)
(global-set-key (kbd "<f8> s") #'swiper-thing-at-point) (global-set-key (kbd "<f8> s") #'swiper-thing-at-point)
(global-set-key (kbd "<f8> o") #'counsel-org-goto-all) (global-set-key (kbd "<f8> o") #'counsel-org-goto-all)
(global-set-key (kbd "<f8> b") #'ivy-bibtex-with-local-bibliography) (global-set-key (kbd "<f8> b") #'ivy-bibtex-with-local-bibliography)