evil-lispy
evil-lispy copied to clipboard
Need evilified commands for lispy visual selections
I find it's common for me to use mv
to mark a symbol, then expect to be able to y
(yank) it, or d
(delete) it.
But after the symbol has been selected, only lispy commands are available. So y
actually becomes special-lispy-occur, and d
is special-lispy-other-mode.
Idea: a hydra could be active while evil-lispy-state is on, something like this:
You have the power of lispy!
Extra keys:
ESC - return to normal mode
some key - go to visual mode