Go back to last insert mode stopped and switch to insert mode

Tags: vim

This tip is very helpful when you change something and want to add something after the last change you've just made.

Vim has gi which can help you go back to the last insert mode stopped or last insertion position.

It is a combination of ^` and i.

Example

enter image description here