No binding for evil-easymotion in orgmode using bepo layout
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
**What did you expect to happen?**
Access evil-easymotion bindings using either `g s` (original binding) or `g é` (suggested in the bepo layout documentation).
**What actually happened?**
`g s` is bound to `org-backward-element`, and `g é` is not bound.
**Additional details:**
In an org-mode file, here are the bindings for `evilem-motion-find-char-to`:
```
Key Bindings
evil-collection-evilem-map-backup-map t
evil-motion-state-map g s j
evilem-map j
```
In some other modes, such as `emacs-lisp-mode`, evil-easymotion is accessible through `g s`, with the same bindings (for instance for `evilem-motion-find-char-to`):
```
Key Bindings
evil-collection-evilem-map-backup-map t
evil-motion-state-map g s j
evilem-map j
```
**Steps to reproduce:**
1. Open an org file
2. Type `g s` or `g é`
**System information:**
https://pastebin.com/LBg9mnqy
Contributor guide
Assessment
This issue has not been assessed yet.