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.
The only one I can think of is c-o, which lets you run one command in normal mode then drops you back into insert mode.
c-o
For example, a~b would result in Ab.
a~b
Ab