lang/org: add goto-visible & refile-to-visible commands
- Bind 'gsh' to goto-visible command in org-mode - Bind '<localleader> g v' to goto-visible - Bind '<localleader> r v' to refile-to-visible - Add avy package to lang/org module Powered by avy.
This commit is contained in:
parent
77b0784075
commit
c8cfa31a1e
5 changed files with 45 additions and 0 deletions
|
@ -675,6 +675,7 @@ between the two."
|
|||
"C" (λ! (org-clock-goto 'select))
|
||||
"i" #'org-id-goto
|
||||
"r" #'org-refile-goto-last-stored
|
||||
"v" #'+org/goto-visible
|
||||
"x" #'org-capture-goto-last-stored)
|
||||
(:prefix ("l" . "links")
|
||||
"c" 'org-cliplink
|
||||
|
@ -690,6 +691,7 @@ between the two."
|
|||
"l" #'+org/refile-to-last-location
|
||||
"o" #'+org/refile-to-other-window
|
||||
"O" #'+org/refile-to-other-buffers
|
||||
"v" #'+org/refile-to-visible
|
||||
"r" #'org-refile)) ; to all `org-refile-targets'
|
||||
|
||||
(map! :after org-agenda
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue