Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_std/option/vim/mod.ts>term

📚 Standard module for denops.vim
Go to Latest
variable term
import { term } from "https://deno.land/x/denops_std@v6.5.0/option/vim/mod.ts";

Name of the terminal. Used for choosing the terminal control characters. Environment variables are expanded :set_env. For example:

:set term=$TERM

See termcap.

(default is $TERM, if that fails: in the GUI: "builtin_gui" on Amiga: "amiga" on Haiku: "xterm" on Mac: "mac-ansi" on Unix: "ansi" on VMS: "ansi" on Win 32: "win32")