Change some org-roam binds
Move node-insert to i, buffer toggle to l (from C-l)
This commit is contained in:
parent
bc5333b992
commit
80df5e338a
|
@ -961,8 +961,8 @@ Configure email with iCalendar event support, to integrate with
|
|||
:bind (("C-c n r" . org-roam-capture)
|
||||
("C-c n f" . org-roam-node-find)
|
||||
:map org-mode-map
|
||||
("C-c n l" . org-roam-node-insert)
|
||||
("C-c n C-l" . org-roam-buffer-toggle))
|
||||
("C-c n i" . org-roam-node-insert)
|
||||
("C-c n l" . org-roam-buffer-toggle))
|
||||
:custom
|
||||
(org-roam-directory (expand-file-name "roam" org-directory))
|
||||
(org-roam-completion-everywhere nil)
|
||||
|
|
Loading…
Reference in a new issue