I have something similar configured with Vim + Fugitive. I use leader+g to prefix git commands, comma being my leader key. For example ",gs" is for git status, ",gb" for git blame, and so on.<p>Do I want something similar in my shell? Hell no. That would add ambiguity and make tab completion less efficient.