Answer :
Using the vi editor in Insert Mode, you made a few changes to the /boot/grub/grub.conf file. You now need to switch to command mode, save the changes, and quit. use Type :wq Press the Esc key
What is the keystrokes
To switch to command mode in vi editor, press the Esc key. To save the changes and quit, type the following command: :wq
Therefore, the two keystrokes and commands you should use are:
- Esc
- :wq
You can enter the command by typing a colon (:) followed by the command and then pressing the Enter key.
Learn more about keystrokes from
https://brainly.com/question/30430493
#SPJ4