Skip to content

vim-lastplace v3.2.1

Compare
Choose a tag to compare
@farmergreg farmergreg released this 20 Jan 18:38
· 47 commits to master since this release

About

Automatically jump to the last edit position when you open a file using vim.

Advantages

Advantages over the snippets that can be found around the net include:

  • Maximizes Available Context
    • Center the cursor vertically after restoring last edit position.
    • Keep as much of the file on screen as possible when last edit position is at the end of the file.
  • Commit messages automatically start beginning of the file. This is important because many version control systems re-use the same file for commit message editing.
  • Opens folds if the last edit position is inside a fold.

New Features

  • Updated documentation
  • Centering text on screen when folds are opened.