Assessment question for vim

May 20, 2014 • Yu-Ching Shih

These questions are based on Chandler Wilkerson’s concept map of “Editing with vi”

Question 1
What keys do you use when you want to change from command mode to insert mode?
A.[a]ppend
B.[i]nsert
C.[s]ubstitute
D.[p]aste
E.[o]pen

Question 2
Please explain what’s difference between quit and exit method?