Traversing text in Insert mode

后端 未结 12 1293
逝去的感伤
逝去的感伤 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 03:53

    I believe Home and End (and PageUp/PageDn) also work normally while in insert mode, but aside from that, I don't believe there are any other standard keys defined for text traversal.

提交回复
热议问题