doomemacs / doomemacs/core

No binding for evil-easymotion in orgmode using bepo layout

Open
#4,807 6 comments 0 reactions 1 assignee Claimed by @gagbo View on GitHub
:input layout is:bug re:keybinds stale
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.