VimJumpList.move method
VimJumpList › move
Unofficial
Move the given number of steps through the list.Signature:
move(cm: CodeMirrorEditor, offset: number): Bookmark | undefinedParameters:
| Parameter | Type | Description |
|---|---|---|
| cm | CodeMirrorEditor | The editor to resolve the position in. |
| offset | number | How many steps to move, negative towards older entries. |
Returns: Bookmark | undefined — The bookmark now pointed at, or undefined when there is no entry that far away.