Level 1: Insert Mode Basics

Objective:

Write the text 'Hello, Vim!' using insert mode

Instructions:

First, type vim level1.txt in the terminal to open vim. Then press i to enter insert mode, type the text, and press Esc to return to normal mode.

Target Output:

Hello, Vim!
Type 'vim level1.txt' to start editing
user@obot:~$
-- NORMAL -- 1,1