Rename λ! (deprecated) -> cmd!
This commit is contained in:
parent
12e414be89
commit
629c7bed8e
1 changed files with 3 additions and 3 deletions
|
@ -723,7 +723,7 @@ between the two."
|
||||||
"g" #'helm-org-in-buffer-headings
|
"g" #'helm-org-in-buffer-headings
|
||||||
"G" #'helm-org-agenda-files-headings)
|
"G" #'helm-org-agenda-files-headings)
|
||||||
"c" #'org-clock-goto
|
"c" #'org-clock-goto
|
||||||
"C" (λ! (org-clock-goto 'select))
|
"C" (cmd! (org-clock-goto 'select))
|
||||||
"i" #'org-id-goto
|
"i" #'org-id-goto
|
||||||
"r" #'org-refile-goto-last-stored
|
"r" #'org-refile-goto-last-stored
|
||||||
"v" #'+org/goto-visible
|
"v" #'+org/goto-visible
|
||||||
|
@ -967,8 +967,8 @@ compelling reason, so..."
|
||||||
:ni "C-S-k" #'org-shiftup
|
:ni "C-S-k" #'org-shiftup
|
||||||
:ni "C-S-j" #'org-shiftdown
|
:ni "C-S-j" #'org-shiftdown
|
||||||
;; more intuitive RET keybinds
|
;; more intuitive RET keybinds
|
||||||
:i [return] (λ! (org-return t))
|
:i [return] (cmd! (org-return t))
|
||||||
:i "RET" (λ! (org-return t))
|
:i "RET" (cmd! (org-return t))
|
||||||
:n [return] #'+org/dwim-at-point
|
:n [return] #'+org/dwim-at-point
|
||||||
:n "RET" #'+org/dwim-at-point
|
:n "RET" #'+org/dwim-at-point
|
||||||
;; more vim-esque org motion keys (not covered by evil-org-mode)
|
;; more vim-esque org motion keys (not covered by evil-org-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue