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...
control[ : w return
Before I create a mapping, is there already Vim command that does that?