https://github.com/erf/vis-cursors
remember cursor positions in vis
https://github.com/erf/vis-cursors
cursors vis vis-cursors vis-editor vis-plugin
Last synced: 8 months ago
JSON representation
remember cursor positions in vis
- Host: GitHub
- URL: https://github.com/erf/vis-cursors
- Owner: erf
- License: mit
- Created: 2016-12-04T11:28:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-15T21:54:12.000Z (11 months ago)
- Last Synced: 2025-09-25T02:55:35.843Z (9 months ago)
- Topics: cursors, vis, vis-cursors, vis-editor, vis-plugin
- Language: Lua
- Homepage:
- Size: 32.2 KB
- Stars: 16
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vis-cursors ✍️
A [vis](https://github.com/martanne/vis) [plugin](https://github.com/martanne/vis/wiki/Plugins) 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`.