neovim-component icon indicating copy to clipboard operation
neovim-component copied to clipboard

[WIP] Toggle IME when mode changed

Open yuntan opened this issue 7 years ago • 1 comments

Turn off IME when the mode is changed to NORMAL. Restore IME state when returning to INSERT.

yuntan avatar Sep 07 '17 13:09 yuntan

I think this feature should be optional because the implementation is hacky and not required for people who don't use IME. <neovim-editor> should have an attribute to disable/enable this feature and it should be disabled by default IMO.

rhysd avatar Sep 12 '17 18:09 rhysd