Fuco1 / smartparens

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.
GNU General Public License v3.0
1.82k stars 195 forks source link

C-_ gets redefined in markdown-mode #804

Closed nidrissi closed 6 years ago

nidrissi commented 6 years ago

Expected behavior

In base emacs, C-_ is undo. It's very practical for users with AZERTY keyboards, for example, with which typing C-/ is not convenient at all.

Actual behavior

In markdown-mode, the package redefines C-_ to wrap with underscores. Redefining such basic keybindings is typically not what a package should do.

Steps to reproduce the problem

Type C-_ in markdown-mode.

Environment & version information

Fuco1 commented 6 years ago

Agreed, I will remove the rebinding. It got included accidentally when I ported the settings from my personal configuration.