VimJumpList
Unofficial
The ring buffer of positions jumped from, walked by Ctrl-o and Ctrl-i.
Import:
import type { VimJumpList } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface VimJumpListProperties
| Property | Type | Description | |
|---|---|---|---|
| cachedCursor | EditorPosition | undefined | The position remembered for the # and * motions, which jump without disturbing the list. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| add(cm, oldCur, newCur) | void | Record a jump from one position to another. | |
| find(cm, offset) | EditorPosition | null | undefined | Look up the position the given number of steps away without moving the current position. | |
| move(cm, offset) | Bookmark | undefined | Move the given number of steps through the list. |
Links to this page: