Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio Code: toggle between write/insert mode [duplicate]

How can I toggle between write/insert mode.

  • Insert mode: push characters away.
  • Write mode: override existing characters.

1 Answers

There is an extension called Overtype that achieves this. It works simply by pressing the Insert key just like many other applications. You can also toggle the modes using Ctrl + Shift + I.

like image 163
Timothy G. Avatar answered Aug 02 '26 13:08

Timothy G.