Skip to main content
Module

x/denops_std/option/mod.ts>showcmdloc

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

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")