When i run git commit
it opens up 2 vi editor panes instead of one. The top pane is totally blank. The bottom pane is what I expect to see when running git commit
. Every time I want to commit I have to close the top pane using :q
before I can write my commit message.
Has anyone seen something like this before? What is the solution?