Merge pull request #3227 from alarsyo/fix-org-agenda-bindings
Restore new org-agenda bindings
This commit is contained in:
commit
ee5d0a8781
1 changed files with 7 additions and 6 deletions
|
@ -751,17 +751,18 @@ between the two."
|
|||
:map org-agenda-mode-map
|
||||
:m "C-SPC" #'org-agenda-show-and-scroll-up
|
||||
:localleader
|
||||
(:prefix ("d" . "date/deadline")
|
||||
"d" #'org-agenda-deadline
|
||||
"s" #'org-agenda-schedule)
|
||||
(:prefix ("c" . "clock")
|
||||
"c" #'org-agenda-clock-in
|
||||
"C" #'org-agenda-clock-out
|
||||
"c" #'org-agenda-clock-cancel
|
||||
"g" #'org-agenda-clock-goto
|
||||
"i" #'org-agenda-clock-in
|
||||
"o" #'org-agenda-clock-out
|
||||
"r" #'org-agenda-clockreport-mode
|
||||
"s" #'org-agenda-show-clocking-issues
|
||||
"x" #'org-agenda-clock-cancel)
|
||||
"s" #'org-agenda-show-clocking-issues)
|
||||
"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