atom-easy-motion-redux
atom-easy-motion-redux copied to clipboard
Add jumpTriggerInputLength and endRowPadding
Now we can change the jumpTriggerInputLength and add/minus endRowPadding.
Hi, thanks for the reporting.
I'm not an active user of Atom anymore (switched to vim a few months ago), but, for now, I'm mostly too busy with professional work and deadlines to be able to fix this package before a few months.
If anyone of you want to become a collaborator and do the work, I will be happy to include this person(s) on the collaborators list of the package.
Thanks :)
Hi @xream Thanks for this PR.
It's really useful, but have a few problems when Jump Trigger Input Length
set to 2
:
Assume text in the editor is:
Hello Easy Motion
-
easy-motion-redux:letter
: typehe
, then typebackspace
. The highlighted position shold be reset. -
easy-motion-redux:words_starting-select
: typehe
a
. Expect to jump to [H]ello, but it jumps to H[e]llo.
Could you help fixing it?