vim-ipos
vim-ipos is a Vim plugin that provides features to jump to the position where the cursor was last time Insert-ish mode was started.
Concretely,
- A mark that points the position where the cursor was last time Insert-ish mode was started
- A key sequence to jump to that position and then start Insert mode
are contained. These features are similar to Vim's builtin '^ mark and gi command, respectively.
Please see the help file for more information.