Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/option/nvim/mod.ts>jumpoptions

๐Ÿ“š Standard module for denops.vim
Go to Latest
variable jumpoptions
import { jumpoptions } from "https://deno.land/x/denops_std@v3.9.0/option/nvim/mod.ts";

List of words that change the behavior of the |jumplist|. stack Make the jumplist behave like the tagstack or like a web browser. 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|