Start vim and only show :Git #2381
Closed
simmel
started this conversation in
Show and tell
Replies: 1 comment
-
Bonus: There's a one-shot version of this on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It sounds so simple when I type the title out but I just spent tens of minutes to figure out how to start vim and only show
:Git
.I've started to use
:Git
more and more the last couple of years and now I even depend on it for workflows that I had to additionally use gitk and Github for; so thank you tpope! (I wonder if this is how Magit-users feel all the time? ; )$ vi -c ':Git | :only'
Beta Was this translation helpful? Give feedback.
All reactions