In Vim is there more than one way to leave insert mode?

后端 未结 5 1171
抹茶落季
抹茶落季 2021-02-05 11:44

There are several commands that do something and then enter insert mode. Are there also commands that leave insert mode and do things?

For example, I frequently do this.

5条回答
  •  旧时难觅i
    2021-02-05 12:22

    ALt + the command lets you execute a command from INSERT mode, for example reference:

    alt+o to open newline

    alt+A to append

提交回复
热议问题