Questions tagged [avy]
11 questions
8
votes
3 answers
Use avy to select distant word or line and paste at point
Is there a way to use avy or a similar in-buffer selection tool to quickly select a word or line to paste at the current point?
For the following buffer an example workflow for proposed functionality would be:
line 1 - reallyLongSymbol
line 2 -…

Joe
- 1,312
- 1
- 8
- 19
3
votes
0 answers
How do I jump to the previous/next modification (relative to the git HEAD) in the current file?
How do I jump to the previous/next modification (relative to the git HEAD) in the current file?
Ideally, I like sth like swiper that lets me choose to easily jump between modifications.

HappyFace
- 751
- 4
- 16
3
votes
2 answers
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 to select a nearby location. How is this done? Or…

Dodgie
- 462
- 2
- 14
3
votes
1 answer
Avy - Moving Between Terminal Frames
I've only just recently started using avy to navigate inside my buffers and it seems to work nicely.
As for my question however, with avy-all-windows set to all-frames I am able to navigate between several GUI emacsclients. I am also able to move…

Xaldew
- 1,181
- 9
- 20
2
votes
1 answer
Avy is not labelling every character I want to jump to
I can't jump to every instance of a character, for instance consider this line :
if( c == '\n' || c == ' ' || c == '\n') continue;
Pressing avy-shortcut SPACE to label all the white spaces will only allow me to jump at the spaces between the c and…

ChiseledAbs
- 449
- 1
- 4
- 12
1
vote
0 answers
Invoking a function from within avy
I have bound avy-goto-char-timer to C-j globally. But I want the key chord C-j C-s to invoke isearch-forward-symbol-at-point. Is that possible ?

CD86
- 543
- 2
- 9
1
vote
1 answer
Is it possible to use avy to jump to known positions in a buffer?
I want to use avy to jump to fields in a bibtex entry. I have only found a way to use a regex to specify jump places in avy so far. I don't want to just build a regex to match the fields in an entry, because it would also match fields in another…

John Kitchin
- 11,555
- 1
- 19
- 41
1
vote
1 answer
Get thing-at-point to include periods
I'm using avy to select and insert symbols on screen with the help of thing-at-point. Is there an obvious way to get this to include periods? At the moment if I select self.blah I get just self (or blah).
I can obviously do this using regular…

Att Righ
- 725
- 4
- 14
0
votes
1 answer
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 since many times the cursor is sitting at pos 0). …

Wilder
- 95
- 6
0
votes
2 answers
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-in-line.
I would like to assign a command to…

Rareform
- 199
- 8
0
votes
0 answers
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 file with 160 lines). It will take about 0.5-1…

Nisba
- 895
- 8
- 19