Junior — Middle
What mode is activated when starting vim with a filename via the command 'vim <filename>'?
sobes.tech AI
Answer from AI
When running the command vim <filename>, the editor opens in normal mode, where you can immediately view the file contents and execute commands. By default, Vim starts in normal mode, and to enter text, you need to switch to insert mode by pressing i.