Fix vestigial org easymotion keybind
This commit is contained in:
parent
73c893ba35
commit
01aadd8900
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue