expez / evil-smartparens

Evil integration for Smartparens
GNU General Public License v3.0
134 stars 17 forks source link

Backspace in Normal Mode #25

Closed dbordak closed 8 years ago

dbordak commented 8 years ago

evil-smartparens rebinds backspace in normal mode to #'sp-backward-delete-char, which means it actually deletes characters instead of just moving.

Err... This seems to be intentional, but it's not documented and really odd behavior -- it changes the function of the key rather than just preventing it from unbalancing parens... Which it couldn't do anyway.

expez commented 8 years ago

Thanks for the report @dbordak.

I don't think I've ever hit the backspace key in normal mode so I'm blaming this on ignorance :p