如何在 JetBrains/RubyMine VCS 中退出 'Enter commit message' 对话

How to exit the 'Enter commit message' dialogue in JetBrains/RubyMine VCS

我在 RubyMine 自带的终端上工作。我做了一个提交,然后得到了 'Please enter a commit message to explain why this merge is necessary'-对话。我输入了一条提交消息,但现在我似乎无法退出此 dialogue/submit 消息。我该如何退出?

esc 没有任何反应。

事实证明 esc 实际上做了一些事情:它让你退出文本编辑模式并允许新命令。它只是没有给出任何视觉反馈。

esc 后我输入 :wq 一切正常。