I have to use ex (or "vim -e"), because normal mode does not work in one of my environments.
If I start ex, the following message appear "Entering Ex mode. Type "visual" to go to Normal mode.". Is it possible, to
- remove this unnecessary text (if I could use normal mode I wouldn't use ex mode)
- disable normal mode at all (so that if I enter "vi", nothing happens)
Note: fixed the text (I wrote visual mode instead of normal previously)