select-branch icon indicating copy to clipboard operation
select-branch copied to clipboard

Support for shortcut: `git checkout <tab><tab>`

Open obensource opened this issue 8 years ago • 2 comments

Inspired by a tweet from @mafintosh, this module's versatility would increase if it supported common git shortcuts like $git checkout <tab><tab>.

Therefore I'd like to see the following shortcut implemented: $checkout + <tab>

  • This would behave like the common git method and return a list of available branches to the console.

obensource avatar Jan 30 '18 05:01 obensource

I think he might have been referring to this:

https://git-scm.com/book/en/v1/Git-Basics-Tips-and-Tricks#Auto-Completion

ungoldman avatar Jan 30 '18 22:01 ungoldman

Rad–thanks @ungoldman! 🙌

Excited to support more handy git tricks :)

obensource avatar Jan 30 '18 22:01 obensource