Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

functions to resume last jump, and jump to prev/next match from last jump #165

Open
wbolster opened this issue Jul 22, 2016 · 5 comments
Open

Comments

@wbolster
Copy link

i'd love to see 2 functions that allow me to jump (using my own keybinding) to the previous/next match of the last avy jump. avy would be able to replace quite a bit of search for me if those functions were available.

related to the above, a function to resume the last jump would be great, showing the overlays from last jump again so that i can quickly jump to one of the other matches from the last jump.

@abo-abo
Copy link
Owner

abo-abo commented Jul 22, 2016

i'd love to see 2 functions that allow me to jump (using my own keybinding) to the previous/next match of the last avy jump. avy would be able to replace quite a bit of search for me if those functions were available.

Seems useful.

related to the above, a function to resume the last jump would be great, showing the overlays from last jump again so that i can quickly jump to one of the other matches from the last jump.

There's avy-resume already.

abo-abo added a commit that referenced this issue Jul 22, 2016
@wbolster
Copy link
Author

after i used avy-goto-char-timer, and jumped to one of the matches, avy-resume does not show the overlays again. instead it asks for a character again.

am i missing something?

@abo-abo
Copy link
Owner

abo-abo commented Jul 22, 2016

am i missing something?

Yea, avy-goto-char-timer is the single command (I guess) for which avy-resume doesn't work as for the others.

@wbolster
Copy link
Author

wbolster commented Jul 22, 2016

thanks, that explains. i use evil-easymotion (built on avy), and resuming does not work for those commands either, unfortunately.

@abo-abo
Copy link
Owner

abo-abo commented Jul 22, 2016

You can raise a bugreport with @PythonNut for that. The fix is very simple: wrap the commands in avy-with, just like all avy's commands are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants