t9md / atom-vim-mode-plus

vim-mode improved
https://atom.io/packages/vim-mode-plus
MIT License
1.4k stars 111 forks source link

[Experiment] autoDisableInputMethodWhenLeavingInsertMode #1040

Closed t9md closed 6 years ago

t9md commented 6 years ago

This is retry of #151. Why? I found @frapples's vim-mode-plus-patch-switch-ime. It use readOnly attribute instead of setting input.type to password as in #151. And as far as I checked, no Cannot move tab when it is in normal mode #193 issue as like it was in #151.

This time, I made this as opt-in configuration. To use this feature, need to enable autoDisableInputMethodWhenLeavingInsertMode.

History