Skip to main content
Module

x/denops_std/variable/mod.ts

📚 Standard module for denops.vim
Latest
import * as denopsStd from "https://deno.land/x/denops_std@v6.4.0/variable/mod.ts";

A module to provide helper accessor functions to variables

Variables

v
b

Shorthand for buffers

Buffer local variables (buffers or b)

v
e

Shorthand for environment

Environment variables (environment or e)

v
g

Shorthand for globals

Global options (globalOptions or go)

Global variables (globals or g)

Shorthand for globalOptions

Shorthand for localOptions

Local options (localOptions or lo)

v
o

Shorthand for options

Options (options or o)

v
r

Shorthand for register

Register (register or r)

v
t

Shorthand for tabpages

Tabpage local variables (tabpages or t)

v
v

Shorthand for vim

Vim variables (vim or v)

v
w

Shorthand for windows

Window local variables (windows or w)