188k views
0 votes
1.Start vim to create a new file named pizza. vim pizza 2.Type i (lowercase i for input to put vim in Input mode and enter the following text, pressing RETURN at the end of each line. Ignore typing mistakes you make for now. Press ESCAPE when you are done typing to put vim back in Command mode. Pizza is an oven-baked, flat, round bread typically topped with a tomato sauce, cheese and various toppings. Pizza was originally invented in Naples, Italy, and the dish has since become popular in many parts of the world. (from Wikipedia) I

User Rex Butler
by
3.7k points

1 Answer

3 votes

Answer:

vi [ -| -s ] [-l] [-L] [-R] [ -r [ filename ] ] [-S] [-t tag] [-v] [-V]

[-x] [-w] [-n ] [-C] [+command | -c command ] filename

Step-by-step explanation:

See attached image file

1.Start vim to create a new file named pizza. vim pizza 2.Type i (lowercase i for-example-1
User Jordan Mack
by
4.1k points