mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix vestigial org easymotion keybind
This commit is contained in:
@ -77,10 +77,9 @@
|
|||||||
:n "q" #'kill-current-buffer)
|
:n "q" #'kill-current-buffer)
|
||||||
|
|
||||||
:m "gs" #'+evil/easymotion ; lazy-load `evil-easymotion'
|
:m "gs" #'+evil/easymotion ; lazy-load `evil-easymotion'
|
||||||
(:after org
|
(:after evil-org
|
||||||
:map org-mode-map
|
:map evil-org-mode-map
|
||||||
:prefix "<easymotion>"
|
:m "gsh" #'+org/goto-visible)
|
||||||
"h" #'+org/goto-visible)
|
|
||||||
|
|
||||||
(:when (featurep! :editor multiple-cursors)
|
(:when (featurep! :editor multiple-cursors)
|
||||||
:prefix "gz"
|
:prefix "gz"
|
||||||
|
Reference in New Issue
Block a user