vim - Move to the beginning of line while in Insert mode -


i know can use either:

  1. home in insert mode
  2. esc + i exit insert mode , enter again, going beginning of line.

but neither satisfies me. in first case have tilt head hit home, because can't blindly hit it. in second case left arm has leave home row hit esc, annoying too.

any thoughts?

ctrl+o whilst in insert mode puts in command mode 1 key press only. therefore ctrl+o shift+i should accomplish you're looking for.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -