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

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

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

When on, the builtin termcaps are searched before the external ones. When off the builtin termcaps are searched after the external ones. When this option is changed, you should set the 'term' option next for the change to take effect, for example: > :set notbi term=$TERM < See also |termcap|. Rationale: The default for this option is "on", because the builtin termcap entries are generally better (many systems contain faulty xterm entries...).