Bird
0
0

You want to open a new line below the current line and start inserting text immediately. Which Vim command do you use?

hard📝 Application Q9 of 15
Linux CLI - Viewing and Editing Files
You want to open a new line below the current line and start inserting text immediately. Which Vim command do you use?
APress 'o'
BPress 'O'
CPress 'i'
DPress 'a'
Step-by-Step Solution
Solution:
  1. Step 1: Understand line insertion commands

    'o' opens a new line below and enters insert mode, 'O' opens above, 'i' inserts at cursor, 'a' appends after cursor.
  2. Step 2: Select command for new line below

    Pressing 'o' opens a new line below and starts insert mode.
  3. Final Answer:

    Press 'o' -> Option A
  4. Quick Check:

    New line below + insert = 'o' [OK]
Quick Trick: Use 'o' to open new line below and insert [OK]
Common Mistakes:
  • Using 'O' which opens line above
  • Using 'i' which inserts at cursor
  • Using 'a' which appends after cursor

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes