Merge pull request #4301 from offbyone/org-roam-tagging
Add keybindings for roam tagging
This commit is contained in:
commit
38ce4e8c7c
2 changed files with 4 additions and 0 deletions
|
@ -173,6 +173,8 @@
|
|||
:desc "Insert" "i" #'org-roam-insert
|
||||
:desc "Insert (skipping org-capture)" "I" #'org-roam-insert-immediate
|
||||
:desc "Org Roam" "r" #'org-roam
|
||||
:desc "Tag" "t" #'org-roam-tag-add
|
||||
:desc "Un-tag" "T" #'org-roam-tag-delete
|
||||
(:prefix ("d" . "by date")
|
||||
:desc "Arbitrary date" "d" #'org-roam-dailies-date
|
||||
:desc "Today" "t" #'org-roam-dailies-today
|
||||
|
|
|
@ -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