syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.56k stars 4.9k forks source link

layers/+spacemacs/spacemacs-defaults/keybindings.el: Fix key binding issue #16398

Closed sunlin7 closed 1 month ago

sunlin7 commented 1 month ago

Hi,

After upgrade with https://github.com/syl20bnr/spacemacs/pull/16368/ , I got an error message by press M-m h d m,

Key sequence M-m h d m starts with non-prefix key M-m

It caused by the key "M-m h d m" were re-defined on different locations. Remove the SPC hdm from helm/ivy and leave the default one for the "describe-mode" is NOT bother the auto-completion functions.

The keeped one: https://github.com/syl20bnr/spacemacs/pull/16368/files#diff-88e0ffcf5a110c3c48581316b4abfae1430f74faf73043943af33db287254ab8R427

Please help review the changes. Thanks.