Added new keybinding to org-roam for linking to heading

This commit is contained in:
Random936 2023-11-07 16:37:35 -08:00
parent 2a0c3744f8
commit bbe6d9bc3a

View File

@ -697,9 +697,9 @@ Org-roam is a plain-text knowledge management system. It brings some of Roam's m
(org-roam-directory jm/org-roam-directory)
:bind (("C-c n l" . org-roam-buffer-toggle)
("C-c n f" . org-roam-node-find)
("C-c n g" . org-roam-graph)
("C-c n i" . org-roam-node-insert)
("C-c n c" . org-roam-capture)
("C-c n o" . org-id-get-create)
;; Dailies
("C-c n j" . org-roam-dailies-capture-today)