Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 523 Bytes

CHANGELOG.org

File metadata and controls

12 lines (9 loc) · 523 Bytes

2019-04-30

  • add alternative >a binding for “insert at end of current expression”

2017-03-04

  • remap selecting the current thing/symbol from mv to C-SPC (control+space). Having it as mv 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)

2016-05-17

  • show a help system for the most commonly used lispy commands with <evil-lispy-state><f1>