evil-easymotion icon indicating copy to clipboard operation
evil-easymotion copied to clipboard

:fast_forward: A port of vim easymotion to Emacs' evil-mode

Results 10 evil-easymotion issues
Sort by recently updated
recently updated
newest added
trafficstars

How to reproduce: 1. Open a new org file and paste this outline: ``` * x * a ** a * b ``` 2. Place your cursor at the headline...

bug

Couple of fixes: ### call `evilem--compute-inclusivity` with the name of the function: fixes several evilem motions not respecting the inclusive/exclusive rules of the evil movement During the macro expantion of...

Hi. It seems the API has changed quite significantly since the wiki was written and the previous code snippets no longer apply/work. The config snippets in #10 no longer seem...

question

I am observing that when I invoke `evilem-motion-next-line` and attempt to teleport the target line (via `t` ``), only the first word on the line gets teleported (it should be...

bug
help wanted

This is the default behavior in `vim-easymotion`. As far as I can see, there is no other way to configure this without redefining all word motions as they are defined...

For a while now, the way to engage vim-easymotion has been with . Is there anyway to replicate that behavior here, where the key must be pressed twice before the...

it would be great to have a way to jump to a mark. basically it would be `evil-goto-mark` with an overlay showing the actual mark characters. so when i create...

Hello, I've been trying to use the `evil-avy-goto-char-2` motion without having to type the leader character before it. Currently, I have the leader bound to `g`, so I have to...