abo-abo / lispy

Short and sweet LISP editing
http://oremacs.com/lispy/
1.2k stars 132 forks source link

Any way to deactivate overwrite-mode on each lispy command? #578

Open pierre-rouleau opened 3 years ago

pierre-rouleau commented 3 years ago

The overwrite-mode conflicts with the lispy commands.

Activating the overwrite-mode is however, useful in some circumstances, when not using lispy commands, to modify comments or strings or even symbols.

Is there a way to automatically turn off overwrite-mode why a lispy command is executed?