I'm learning vi/vim. Recently, I've faced with some uncertain point. When I run:
ex somefile
The ex editor opens. Ok, good. After some play I run:
:vi
Now I'm in normal vi mode. Everything is clear here. But the question is:
How can I go back to ex mode (the first time I run ex filename
from bash)? I've tried [shift]+[q] (hence Q), but nothing happens.