Created
June 2, 2017 18:38
-
-
Save categulario/d785e964581a7df6262ab8f0bac979d2 to your computer and use it in GitHub Desktop.
Open all unstaged (edited) files of repository as vim tabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| vimunstaged() { | |
| vim -p $(git status -s | grep -E '^.(A|M)' | sed -E 's/^.{3}//') | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment