mikavilpas / evil-lispy

precision Lisp editing with Evil and Lispy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need evilified commands for lispy visual selections

mikavilpas opened this issue · comments

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