Add keybindings for roam tagging
"t" to tag a roam file with the `#+roam_tags` property. "T" to untag the file
This commit is contained in:
parent
c83e5e75e2
commit
18db5e2089
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
|||
"i" #'org-roam-insert
|
||||
"I" #'org-roam-insert-immediate
|
||||
"m" #'org-roam
|
||||
"t" #'org-roam-tag-add
|
||||
"T" #'org-roam-tag-delete
|
||||
(:prefix ("d" . "by date")
|
||||
:desc "Find previous note" "b" #'org-roam-dailies-find-previous-note
|
||||
:desc "Find date" "d" #'org-roam-dailies-find-date
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue