Skip to main content
Module

x/dpp_vim/deps.ts>op.showcmdloc

Dark powered plugin manager for Vim/neovim
Latest
variable op.showcmdloc
import { op } from "https://deno.land/x/dpp_vim@v0.2.0/deps.ts";
const { showcmdloc } = op;

This option can be used to display the (partially) entered command in another location. Possible values are: last Last line of the screen (default). statusline Status line of the current window. tabline First line of the screen if 'showtabline' is enabled. Setting this option to "statusline" or "tabline" means that these will be redrawn whenever the command changes, which can be on every key pressed. The %S 'statusline' item can be used in 'statusline' or 'tabline' to place the text. Without a custom 'statusline' or 'tabline' it will be displayed in a convenient location.

(default "last")

type

GlobalOption<string>