Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.jumpoptions

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.jumpoptions
import { op } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
const { jumpoptions } = op;

List of words that change the behavior of the jumplist. stack Make the jumplist behave like the tagstack. Relative location of entries in the jumplist is preserved at the cost of discarding subsequent entries when navigating backwards in the jumplist and then jumping to a location. jumplist-stack

(default "")

type

GlobalOption<string>