noun
insert mode
Computing term for a text input mode where typed characters are inserted at the cursor position, pushing existing text forward. Contrasts with overwrite/overtype mode.
エディタで挿入モードに切り替えるには、Insertキーを押してください。
To switch to insert mode in the editor, press the Insert key.
挿入モードでは、入力した文字がカーソル位置に追加されます。
In insert mode, typed characters are added at the cursor position.