0

I'm using Git to control the different versions of my project. When reverting to a previous commit it shows a VIM terminal as expected.

Theoretically I should press ESC to write my command, but ESC key doesn't respond, and therefore I cannot give any command to VIM. It is the same in all my projects. I'm using Ubuntu 20.04 in a Lenovo ideapad.

Any help is really appreciated.

the VIM terminal that appears when trying to git revert

Genis
  • 1

1 Answers1

1

The screenshot that you have shared appears to be a nano text editor and not VIM.

See for example How to edit files in a terminal with nano?

steeldriver
  • 136,215
  • 21
  • 243
  • 336
Milan
  • 11