Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exit insert mode in Google Colab

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.

like image 267
h-rai Avatar asked Dec 23 '22 18:12

h-rai


1 Answers

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.

like image 197
Tazik_S Avatar answered Jan 01 '23 08:01

Tazik_S