/vim-ipos

Jump to the last insert start position

Primary LanguageVim ScriptMIT LicenseMIT

vim-ipos

CI MIT License

ipos-eyecatch

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.