I cannot exit Vim, I hit escape and tried :q :x :qx
This question already has an answer here:
To escape from Vim
ctrl+c to interrupt current task and return to the command mode  :q![ENTER] to quit, bypassing save prompt   :q! then Enter to quit without saving  
 :wq then Enter to save and quit  
上一篇: 在unix中退出vi编辑器
