Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code disabling Normal, Edit and Visual Mode

In my Visual Studio Code, I need to hit 'I' to enter to the Edit Mode. Hit 'Esc' for the Normal Mode. Selecting the word enables the Visual Mode. In visual mode, I can't delete the line or word using the Backspace. Is there any settings where I can disable these modes, so that I can directly go and start typing like a normal code editor.

like image 703
rohitgattani Avatar asked Oct 02 '16 16:10

rohitgattani


1 Answers

This is because Vim extension is installed. To solve:

go to extensions, type Vim, disable/uninstall.

like image 164
Gil Grencho Avatar answered Oct 21 '22 19:10

Gil Grencho