Module jumplist

Module jumplist 

Source
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§

JumpEntry
Represents a single entry in Neovim’s jumplist.
JumpList 🔒
Internal representation of Neovim’s jumplist structure.

Functions§

get
Retrieves the current jumplist from Neovim.