Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS code cursor getting in insert mode

I have been struggling to switch the cursor mode from insert to normal all the time. it was all start happen when I was installed VIM extension in VS code. But I was completely unaware of why this happening suddenly to the code editor. After searching the google I found that VIM extension overriding the cursor properties to VS code.

I have uninstalled the VIM extension and the problem get rid away.

like image 335
Pramod Lawate Avatar asked Jul 09 '26 15:07

Pramod Lawate


2 Answers

Simply uninstall VIM extension from VS code.

like image 84
Pramod Lawate Avatar answered Jul 14 '26 00:07

Pramod Lawate


Check ovr indicator in status bar in vs code.

like image 40
Sekar Mohan Avatar answered Jul 14 '26 00:07

Sekar Mohan