Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

📚 Standard module for denops.vim
Latest
variable imstyle
import { imstyle } from "https://deno.land/x/denops_std@v6.5.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