Lpic 1 Linux Administrator · Free Practice Question Easy
Question 12
- A Insert Mode
- B Mouse Mode
- C Normal Mode
- D Search Mode
Reveal correct answers
Correct answers: A, C
A. Insert Mode in Vim allows users to directly input and edit text within the file. This mode is essential for adding, deleting, and modifying content in the text editor.
B. Mouse Mode in Vim enables users to interact with the text editor using a mouse, but it is not a standard mode for editing text files. Vim primarily relies on keyboard commands for text editing.
C. Normal Mode in Vim is the default mode for navigating and editing text files. It provides a wide range of commands for moving the cursor, copying, pasting, deleting, and other text manipulation tasks.
D. Search Mode in Vim is used to search for specific patterns or text within the file. While searching is an important feature in Vim, it is not a dedicated mode for editing text files like Insert Mode or Normal Mode.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
