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

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

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

This option specifies the input style of Input Method: 0 use on-the-spot style 1 over-the-spot style See: xim-input-style

For a long time on-the-spot style had been used in the GTK version of vim, however, it is known that it causes troubles when using mappings, single-repeat, etc. Therefore over-the-spot style becomes the default now. This should work fine for most people, however if you have any problem with it, try using on-the-spot style. The expression will be evaluated in the sandbox when set from a modeline, see sandbox-option.

(default 1)

only available when compiled with +xim and +GUI_GTK

type

GlobalOption<number>