I have some of my own commands that I don't want to be completed. However, sometimes it'd be nice to use.
Is there a way to "undo" the completion? Like auto-correct works in document editors?
- type
gco
- type
<space>
- replaces
gco with git checkout
- type
<cmd> + <z>
- replaces
git checkout with gco