bobthecow / git-flow-completion

Bash, Zsh and fish completion support for git-flow.
MIT License
2.79k stars 385 forks source link

conflict with "Ctrl + R" in Mac/Linux/.. #49

Open Cxj2016 opened 7 years ago

Cxj2016 commented 7 years ago

I made a push a moment ago using "git push origin xxx" in command line,then if I want to push again, I like to use "Ctrl + R(reverse-i-search) " to get the push history. When I find it ,however, if I press "Tab", the command will be "git push push origin xxx",so I need to clear the repeated 'push' to make a success push! Have a look,guys,thank you~ BRs.