Pretty funny, but it could be useful as a teaching tool to gently introduce beginners into modal editing by starting with <C-o> and basic commands
<C-c>/<C-v> are mapped to copy/paste and selection uses a special "(insert) SELECT" mode that behaves how other text editors to work. If you get an error like trying to save a file without a name, it escapes to normal mode. You can also do <C-o>:set im! to disable the insert lock