lyokha / vim-xkbswitch

vim plugin for automatic keyboard layout switching in insert mode
MIT License
481 stars 23 forks source link

vim-xkbswitch does not remember the layout #47

Closed asakura42 closed 3 years ago

asakura42 commented 3 years ago

When exit and return to Insert, layout is not remembered. If I write in Russian in Insert, then press Esc and exit to Normal, the layout changes to English, as it should. But when I go back to Insert, the layout does not change back to Russian and stays English.

asakura42 commented 3 years ago

Solved. It was setxkbmap shit, not vim-xkbswitch. https://github.com/grwlf/xkb-switch/issues/46