Setting Editor modes
Mode name Value Hot key
Insert ON/OFF Ins
Autoindent ON/OFF Ctrl+N
The text which you type is inserted at the caret and an existing text is moved to the right, if the Insert mode is ON. If Insert mode is OFF the text you type overwrites an existing text.
Pressing the Ins key toggles the Insert mode.
Pressing Enter whenInsert mode is ON splits current line, if Insert mode is OFF, the cursor moves to the start of the next line leaving the previous line unchanged. If you press Enter whileAutoindent mode is ON the system automatically aligns the caret with the first non white-space character on the preceding line.
Pressing Ctrl+N toggles the Autoindent mode.