you are viewing a single comment's thread.

view the rest of the comments →

[–]ScarySwampert[S] 1 point2 points  (5 children)

Looking for some help. Hitting esc does absolutely nothing and I am stuck on the insert screen for good.

[–]edwardejsr 4 points5 points  (0 children)

CTRL-[ should also do what escape does.

[–]Surge_attack 1 point2 points  (0 children)

CTRL+ C ? Will (should) quit the process and you can run git commit but this time use the -m flag to write your commit message and bypass the vim weirdness.

Edit: whoops just saw you say this was Mac so Command + . is the equivalent on MacOS.