Multiple choice technology operating systems Which of these is not a valid mode in the VI editor in unix? command ex edit insert Reveal answer Fill a bubble to check yourself C Correct answer Explanation The vi editor has three primary modes: command mode (default), insert mode (for typing text), and ex mode (command-line mode accessed with :). 'edit' is not a valid mode in vi - this is likely a confusion with other editors.