Multiple choice Which of the following is not the vi input mode command? rch R S j Reveal answer Fill a bubble to check yourself D Correct answer Explanation In vi editor, the j command moves the cursor down one line in command mode, not input mode. Input mode commands include i (insert), a (append), R (replace mode), and S (substitute line). Navigation commands like j, k, h, l work in command mode.