zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
48.95k stars 2.95k forks source link

Custom keymappings don't remove the default keymapping #1030

Closed JosephTLyons closed 2 years ago

JosephTLyons commented 2 years ago

If you customize an action's key combo, the old key combo still exists. This doesn't cause any actual issues, but it leaves more stuff around that can wind up getting triggered by accident.

maxbrunsfeld commented 2 years ago

Yeah, I think it’s be good to add some facility for removing a binding.

JosephTLyons commented 2 years ago

Closing in favor of the public version here: https://github.com/zed-industries/feedback/issues/129