How do I correct Vim spelling mistakes quicker?

前端 未结 6 1809
醉梦人生
醉梦人生 2020-12-23 12:11

My usual Vim work flow is:

  • In insert mode, spell something wrong.

    \"Vim

6条回答
  •  [愿得一人]
    2020-12-23 12:31

    I can't offer an 'optimal' solution (although I suspect there is a way).

    However, you can use gi to enter insert mode at the place in the file where you last left it. (help gi explains this more eloquently).

提交回复
热议问题