Questions tagged [avy]
Avy is a package to allow you to move point to any position in visible text in Emacs and select text quickly. It is available from MELPA (https://melpa.org/#/avy).
19 questions
0 votes
1 answer
70 views
Avy snipe-repeated command execution. Replacement only of the current candidate or jump further
Good day, I am using doom-emacs on Mac OS. I want to implement a new feature, using avy commands, but without the letter selection, but an immediate jump. Much like evil snipe command. Instead of ...
1 vote
1 answer
215 views
Avy keybindings
I would like to define keybindings for avy - more precisely, let's say I call one of the avy-goto-... functions, now these all expect a character. I would like to be able to have a keybinding (e.g M-' ...
0 votes
1 answer
101 views
How to implement avy comment region function?
I am using doom emacs on Mac OS. I would like to have an avy comment region and line command, where just as with for example avy-kill-region the region is selected. I've come up with the following ...
0 votes
0 answers
177 views
snipe-avy - combine evil-snipe with avy, highlighting of the selected chars to jump to avy-style
This is a bit advanced ask, but maybe it's possible. Assuming there are multiple same characters on the same line selected by evil-snipe it would be awesome if one could navigate to other characters ...
0 votes
1 answer
123 views
Hide cursor (and marks) in all windows while using avy or ace-window
I find occasionally hard to read the labels from avy or ace-window when they overlap with the cursor (I have cursor-on-non-selected-window set to t). Same issue with ace-window (even more relevant ...
0 votes
2 answers
312 views
Create avy zap to char and up to char function
Good day, I like the zap to char and zap up to char functions from evil. Since sometimes you would like to delete a prolonged sentence, I use evil-delete with selecting the char by evil-avy-goto-char-...
3 votes
2 answers
407 views
Confine avy search to a single line/paragraph
Is there a good way to do this? Much of the time I find myself using avy-mode I only want to jump somewhere within the current paragraph or line. With stock avy, this involves entering numerous keys ...
1 vote
0 answers
258 views
Why is avy-goto-line so slow?
If I open a file with, say, 2 lines, then when I call avy-goto-line emacs shows me in the beginning of each line the keybinding to move the cursor over there. But try it in a bit longer file (I use a ...