Move to the beginning of line while in Insert mode

前端 未结 9 802
慢半拍i
慢半拍i 2021-01-30 02:04

I know that I can use either:

  1. Home in insert mode
  2. Esc + i to exit insert mode and enter it again, effectively going to th
9条回答
  •  误落风尘
    2021-01-30 02:32

    Your best course of action is to remap the action to a different key (see How to remap to go to first line in file? for ideas)

    I'd think of how often I use this "feature" and map it to a keystroke accordinly

提交回复
热议问题