In the vi editor, which command allows you to substitute the character beneath the cursor with multiple characters?
Explanation
The 's' command in vi replaces the character under the cursor with any number of characters you type. Other commands like 'S' replace the entire line, 'a' appends after the cursor, and 'i' inserts before the cursor.