A vis plugin for saving cursor position per file.
Default save path is {XDG_CACHE_HOME|HOME/.cache}/vis-cursors.csv
.
Set a custom path with M.path
.
Limit number of files/positions with M.maxsize
(defaults to 1000
).
Use M.ignore
to set a list of patterns for paths to leave cursor at top left (defaults to { "COMMIT_EDITMSG$", "git%-rebase%-todo$" }
).
Cursor positions per file are ordered by the last used at the top of vis-cursors.csv
.