Expand description
Neovim jumplist utilities for accessing jump history.
Provides types and functions to retrieve and parse the Neovim jumplist,
which contains the history of cursor positions jumped to using commands
like Ctrl-I, Ctrl-O, :tag, etc. The jumplist is represented as a
vector of jump entries with an associated current position index.
Structs§
- Jump
Entry - Represents a single entry in Neovim’s jumplist.
- Jump
List 🔒 - Internal representation of Neovim’s jumplist structure.
Functions§
- get
- Retrieves the current jumplist from Neovim.