adding keybindings for set tags
This commit is contained in:
parent
ec15b36665
commit
ea50d0628f
1 changed files with 2 additions and 0 deletions
|
@ -249,6 +249,7 @@ between the two."
|
|||
"T" #'org-todo-list
|
||||
"l" #'org-insert-link
|
||||
"L" #'org-store-link
|
||||
"q" #'org-set-tags
|
||||
"r" #'org-refile
|
||||
"s" #'org-schedule
|
||||
"'" #'org-edit-special
|
||||
|
@ -308,6 +309,7 @@ between the two."
|
|||
(map! :map org-agenda-mode-map
|
||||
:localleader
|
||||
"d" #'org-agenda-deadline
|
||||
"q" #'org-agenda-set-tags
|
||||
"r" #'org-agenda-refile
|
||||
"s" #'org-agenda-schedule
|
||||
"t" #'org-agenda-todo))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue