In the vi editor, which command moves the cursor one position to the left?
Explanation
In vi, the 'h' key shifts the cursor left by one character. The 'k' key moves it up, 'j' moves it down, and 'i' switches to insert mode.
In vi, the 'h' key shifts the cursor left by one character. The 'k' key moves it up, 'j' moves it down, and 'i' switches to insert mode.