Traversing text in Insert mode

后端 未结 12 1273
逝去的感伤
逝去的感伤 2020-12-02 03:00

While in Insert Mode in Vim, is there any way to traverse the text moving some characters forward and backward other than using the arrow keys?

If I

12条回答
  •  無奈伤痛
    2020-12-02 04:06

    Sorry but vim don't work that way.

    You should switch to "normal" mode, navigate and then go back to insert again.

提交回复
热议问题