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

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

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

The key that starts a CTRL-W command in a terminal window. Other keys are sent to the job running in the window. The <> notation can be used, e.g.:

:set termwinkey=<C-L>

The string must be one key stroke but can be multiple bytes. When not set CTRL-W is used, so that CTRL-W : gets you to the command line. If 'termwinkey' is set to CTRL-L then CTRL-L : gets you to the command line.

(default "")