vim-longlines
vim-longlines copied to clipboard
Problem with Cyrillic layout
I have two layout and to make all hotkeys work in both, I added this lines in the config:
set langmap+=ФИСВУАПРШОЛДЬТЩЗЙКЫЕГМЦЧНЯ;ABCDEFGHIJKLMNOPQRSTUVWXYZ " Cyrillic layout in normal mode
set langmap+=фисвуапршолдьтщзйкыегмцчня;abcdefghijklmnopqrstuvwxyz " Cyrillic layout in normal mode
set langmap+=ЖжЭэХхЪъ;\:\;\"\'{[}] " Cyrillic layout in normal mode
With the Long-lines plugin on, however, there's a problem:
All other hotkeys in Neovim seem to work fine in both layouts.
I've only tested the plugin using the Latin layout. However, could you try disabling the plugin and using gj and gk instead of j and k? If gj and gk are also giving you trouble, then it's a problem that cannot be fixed within the plugin.
@manu-mannattil Thanks for the reply. It seems that, yes, with the plugin off gj and gk malfunction with the Cyrillic layout.