-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Could the avy-goto-line be configured for different directions? #106
Comments
I was wondering if I have described my issue clear enough? My English proficiency is not very well. |
This issue is clear. However, it's not trivial to implement and not a high priority. I'll get to those functions eventually. |
Thanks. |
Just updated it, and it works. Thanks abo-abo! |
avy-goto-line-above/below returned the following error message
It seems It would be helpful if you could add Thank you. |
* avy.el (avy-goto-line-above): (avy-goto-line-below): Bind `avy-all-windows' to nil. Re #106
@momomo5717 thanks. |
Thank you for the fix! It seems the candidates of Could avy-goto-line-above/below use Thank you. |
* avy.el (avy-goto-line-below): Exclude the current line Re #106
Thank you for adding this! Thank you again! |
For example,
[]
is the cursor.When calling
avy-goto-line-down
, the keys to navigate are only appearing on line 5-6-7-8.When calling
avy-goto-line-up
, the keys to navigate are only appearing on line 1-2-3.I knew this is possible with Vim's Easymotion.
Would that be possible with Avy? With
avy-goto-line
, I got too many keys in both directions up and down, especially on a 2560x1600 16:10 screen 😄The text was updated successfully, but these errors were encountered: