Expand description
This plugin is supposed to be a jump list for Selections
movements to be used by text editing paradigms like duat-kak and
duat-vim.
It works by recording the Selections and can retrieve previous
Selections values, taking Changes that took place into
account.
Structs§
- JumpId
- A struct representing a specific jump’s position
- Jump
List Plugin: Adds aJumpsparser to everyBuffer- Jump
List Id - A struct representing a list of jumps
Enums§
- Jump
- The state of the
Selectionsat some point in time
Traits§
- Buffer
Jumps - A trait for recording and jumping
Selections