NeogitOrg / neogit

An interactive and powerful Git interface for Neovim, inspired by Magit
MIT License
3.64k stars 218 forks source link

Remove unused keybind #1343

Closed ptn closed 1 month ago

ptn commented 1 month ago

Space is super common to use as leader, so this was shadowing very important keymaps.

ptn commented 1 month ago

If you have plans to add that debug functionality, I'd suggest mapping it to something else other than Space.

CKolkey commented 1 month ago

Absolutely right, that didn't need to be there :)