brglng / vim-im-select

Improve Vim/Neovim experience with input methods.
108 stars 18 forks source link

Support command line mode and search mode #11

Open yaohappiness opened 1 year ago

yaohappiness commented 1 year ago

On CmdlineEnter, switch to the same input method as insert mode or the previous input method before leaving command line / search mode. (As if imsearch is -1, 1 or 2)

On CmdlineLeave, switch to the default input method.

brg1ng commented 1 year ago

Command line mode is fixed in the latest commit. Let me look into search mode.