You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: J and K work fine with the Latin layour but they work weird with the Cyrillic one. The cursor is placed either somewhere in the middle of lines or at their ends.
H and L seem to work fine in both layouts.
All other hotkeys in Neovim seem to work fine in both layouts.
The text was updated successfully, but these errors were encountered:
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.
I have two layout and to make all hotkeys work in both, I added this lines in the config:
With the Long-lines plugin on, however, there's a problem: J and K work fine with the Latin layour but they work weird with the Cyrillic one. The cursor is placed either somewhere in the middle of lines or at their ends.
H and L seem to work fine in both layouts.
All other hotkeys in Neovim seem to work fine in both layouts.
The text was updated successfully, but these errors were encountered: