- add alternative
>a
binding for “insert at end of current expression”
- remap selecting the current thing/symbol from
mv
toC-SPC
(control+space). Having it asmv
made all evil-mode marks unusable. If you don’t use marks and want the old functionality back, add this to your init file:(evil-define-key 'normal evil-lispy-mode-map "mv" #'evil-lispy/enter-marked-state)
- show a help system for the most commonly used lispy commands with
<evil-lispy-state><f1>