EGDmitry
unread,Jun 18, 2013, 12:15:26 AM6/18/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
Hello folks,
I am trying to understand how langmap interacts with existing mappings. Consider this case: I use the suggested cyrillic langmap like this:
set langmap=ФИСВУАПРШОЛДЬТЩЗЙКЫЕГМЦЧНЯ;ABCDEFGHIJKLMNOPQRSTUVWXYZ,фисвуапршолдьтщзйкыегмцчня;abcdefghijklmnopqrstuvwxyz
and I also have mappings:
nnoremap j gj
nnoremap k gk
the problem is that when I use cyrillic equivalents of 'j' and 'k' I get an old behavior, it looks like my bindings don't get applied. Is this expected or do I understand something wrong about how it works?
Thanks a lot,
Dima