Skip to main content
Module

x/denops_std/option/mod.ts>imsearch

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

Specifies whether :lmap or an Input Method (IM) is to be used when entering a search pattern. Valid values: -1 the value of 'iminsert' is used, makes it look like 'iminsert' is also used when typing a search pattern 0 :lmap is off and IM is off 1 :lmap is ON and IM is off 2 :lmap is off and IM is ON Note that this option changes when using CTRL-^ in Command-line mode c_CTRL-^. The value is set to 1 when it is not -1 and setting the 'keymap' option to a valid keymap name. The value 0 may not work correctly with Motif with some XIM methods. Use 'imdisable' to disable XIM then.

(default -1)