🎴 Flashcard Mode
Unix OS - 2
Card1 / 25
Mastered0
Review0
QuestionClick to flip
Which of the following is not the cursor movement commands?
AnswerClick to flip back
A
a
💡 Explanation:
In vi editor: 'n' finds next occurrence, 'j' moves down, '$' moves to end of line - all cursor movements. However, 'a' switches to insert mode AFTER current cursor position to append text. It's not a cursor movement command but rather a mode-switching command for text entry.