An open API service indexing awesome lists of open source software.

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

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`.