Reputation: 153
Let's say you are trying to do a rebase of your branch with git in Pycharm.
You are using the console (in Pycharm) command git rebase -i -head~X
for interactive rebase with vim.
Normally you would use an escape key, but in PyCharm it just goes back to the code editor window.
So how do you quit it?
Upvotes: 7
Views: 3514
Reputation: 1006
According to this issue for a permanent fix follow these steps:
Upvotes: 4