atom-easy-motion-redux icon indicating copy to clipboard operation
atom-easy-motion-redux copied to clipboard

MovementSpeed++. Jump to any word in your current view super fast. (redux)

Results 6 atom-easy-motion-redux issues
Sort by recently updated
recently updated
newest added

Hello, thanks for taking the time to create this. I don't know why I go into visual mode after the command. After I enter the two letters it takes me...

Shows the hidden line, but does not show the last visible one ![easy-motion-01](https://user-images.githubusercontent.com/14112765/117774489-3dd6b900-b242-11eb-8d2e-24197973da8d.png)

A nice feature would be the two letter search as in the original Vim easy-motion: https://github.com/easymotion/vim-easymotion#2-character-search-motion

enhancement

When you fold some functions it ignores everything after. The issue is here: https://github.com/leny/atom-easy-motion-redux/blob/fa93611a13514a8eeb834174ed4ebbf72c96e416/lib/views/input.js#L318-L322 We should add visible lines until we get necessary amount of lines. I can provide a...

Now we can change the jumpTriggerInputLength and add/minus endRowPadding.

Is it possible to support non-ASCII characters? It would be super feature for text editing in languages other than English.