inspired by this answer, I wanted to inquire what other useful movement/editing commands are available in insert mode. For instance, are beginning-of-line, end-of-line, or other such commands accessible without switching to normal mode? Still new to vim so I’m used to jumping around after typing a few characters or so… vim makes me think before I type ;).
inspired by this answer , I wanted to inquire what other useful movement/editing commands
Share
Try first
:h Insert-Mode.Then, you can have a look at
:imapto have the list of insert-mode mappings defined in your vim session.:h i_CTRL+D will also list you all the documented keybindings active in insert-mode. (usec_for command mode)