set inputmode
set inputmode= { insert | overstrike | toggle}
This command determines whether new text can be inserted at the point of the cursor (the default) or will overwrite existing text. toggle changes from the existing setting to the other setting.
Related Topics