blob: 2bbb4b49d669bad4a48a4e245e8974bfc32cb59d (
plain) (
blame)
1
2
3
4
5
6
7
|
# vis-cursors
Remember cursor positions per file. A plugin for the [vis editor](https://github.com/martanne/vis).
# Usage
Require `vis-cursors` in your `visrc.lua` file ( see [Plugins](https://github.com/martanne/vis/wiki/Plugins) ).
Cursor positions are stored in `$HOME/.cursors`, or set another path using `M.path`.
|