abo-abo / avy

Jump to things in Emacs tree-style
1.72k stars 110 forks source link

Add option to display an indented goto line overlay #244

Closed lane-s closed 6 years ago

lane-s commented 6 years ago

It may be useful to display the overlay for avy-goto-line next to the first non whitespace character on each line so that your eyes do not have to look across from the code on the line to the left edge of the buffer.

This commit adds a defcustom for avy-indent-line-overlay which enables this new behavior when non nil.

abo-abo commented 6 years ago

Thanks.

lane-s commented 6 years ago

Thanks to you for creating this package. And also lispy. Will be hacking on that one soon to try to come up with some bindings that are a bit more evil-friendly.

abo-abo commented 6 years ago

You're welcome; also check out https://github.com/noctuid/lispyville.

lane-s commented 6 years ago

Will definitely look into that further. I think what I'm interested in is kind of a mix between lispyville and evil-lispy-mode. Not sure where it belongs, but probably as a fork of evil-lispy-mode. I like lispy style navigation, but there are a few things that I've changed to make it more consistent with evil bindings. Also I want to add the ability to do vim-style commands on atoms while in lispy mode.