Fix 'SPC m r O' keybind in org-mode
This commit is contained in:
parent
18be6cd37b
commit
cffa3caac4
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ between the two."
|
||||||
"l" #'+org/refile-to-last-location
|
"l" #'+org/refile-to-last-location
|
||||||
"f" #'+org/refile-to-file
|
"f" #'+org/refile-to-file
|
||||||
"o" #'+org/refile-to-other-window
|
"o" #'+org/refile-to-other-window
|
||||||
"O" #'+org/refile-to-other-buffers
|
"O" #'+org/refile-to-other-buffer
|
||||||
"v" #'+org/refile-to-visible
|
"v" #'+org/refile-to-visible
|
||||||
"r" #'org-refile)) ; to all `org-refile-targets'
|
"r" #'org-refile)) ; to all `org-refile-targets'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue