6

Is there a way to exit the insert mode in Google Colab? Usual Esc doesn't work.

Even jumping out of the code block and jumping back in still activates in Insert mode.

h-rai
  • 3,636
  • 6
  • 52
  • 76

2 Answers2

13

Do you have any browser extensions which might be overriding the default behaviour of your keys? I had the same issue as you, with esc and v both failing to act as expected; but since disabling the Vimium extension, I've had no trouble with exiting Insert mode.

UPDATE: You can disable Vimium for specific sites. Just set an exclude URL filter for https://colab.research.google.com/* in the preferences for Vimium. The exact steps for modifying an extension's settings depend on your browser so I suggest Googling it.

Tazik_S
  • 155
  • 3
  • 12
  • It seems that others have had similar issues with Vimium. (e.g. 3rd comment in [this thread](https://stackoverflow.com/q/59746583/8773953)). – Tazik_S Jul 19 '20 at 06:59
0

with ctrl + c, I could exit the insert mode.

exp
  • 1
  • 3