Vim has automatic mark the last change for us. Therefore we can jump quickly with this.
In this article I will show the two commands. There are pretty similar but if you careful notice you will find they jump to the difference position.
`. jump to the position of the last change
`^ jump to the position of last insert mode stopped which is next to the last change
Example