Skip to content

Insert

VS Code 默认为 insert mode ,光标为字符间的线,实现插入。从 1.96 版本起, VS Code 支持 overtype mode 。

键盘按下 Insert 键,进入 overtype mode ,底部状态栏显示 OVR ,光标为在字符上,实现覆盖。输入 Hello World ,光标移到空格上,再输入 Hello Human ,结果是 HelloHello Human

再次按下 Insert 键,退出 overtype mode 。

联系 math@baima.site