easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.44k stars 357 forks source link

Suggestion: Jump to edit locations in file(s) #503

Open karamellpelle opened 9 months ago

karamellpelle commented 9 months ago

This is a feature request of something I make use of.

I frequently use g; to jump back to previous places I've been editing (aka change list). I often have to do several times to get back where I want. The command :changes shows the list of edit locations.

Can you create a feature for easymotion with a command to mark previous edit locations (as usual in easymotion) so I can pick the correct spot with this command (there is also a g, variant that jumps forward).

Thank you!