Skip to main content
Module

x/denops_std/variable/variable.ts

📚 Standard module for denops.vim
Go to Latest
import * as denopsStd from "https://deno.land/x/denops_std@v5.0.1/variable/variable.ts";

Variables

v
b

Shorthand for buffers

Buffer local variables (buffers or b)

v
g

Shorthand for globals

Global variables (globals or g)

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)