How does one exit Vim “Ex” mode? But first… how did you even get into “Ex” mode?
Probably by accidentally typing Q
in normal mode:
If this is true you probably missed the initial instructions:
And so, exit “Ex” mode by tying :visual
or :vi
in command mode.
“Ex” mode is the mode of Vim that I know the least about. I’ve been using Vim
for close to a decade, and I’ve really never see it in use.