I'm wondering if there is a way to start a search based on the cursor. Right now regardless of where the cursor is.
The nice thing about that feature is that:
1) it only takes one character to move to words closest to the cursor
2) it allows you to use avy with macros.
because after jumping to a certain word or character with a certain char sequence, that same char sequence will be the next candidate. Right now the char sequence is always on the same candidate.
Example of search with vim-easy motion with cursor on line with '(setq avy-keys (number-sequence a? ?z))'
Example of regular avy search when mouse is at same location.
I'm wondering if there is a way to start a search based on the cursor. Right now regardless of where the cursor is.
The nice thing about that feature is that: 1) it only takes one character to move to words closest to the cursor 2) it allows you to use avy with macros.
Example of search with vim-easy motion with cursor on line with '(setq avy-keys (number-sequence a? ?z))'
Example of regular avy search when mouse is at same location.