I cannot exit Vim, I hit escape and tried :q :x :qx

This question already has an answer here:

  • How to exit the Vim editor? 10 answers

  • 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

    链接地址: http://www.djcxy.com/p/22578.html

    上一篇: 在unix中退出vi编辑器

    下一篇: 我不能退出Vim,我命中逃跑并尝试:q:x:qx