You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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, all.
I use `langmap' to access normal-mode commands while
composing in Russian. Whereas most built-in commands work
correctly, my mappings `:nmap j gj' and `:nmap k gk' do not,
and `langremap' does not help. Is there a way fix this?
Does the relative order of `nmap' and `langmap' matter?
Anton Shepelev
unread,
Jun 15, 2023, 6:05:32 AM6/15/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
I have made the following experiment:
:nnoremap b w
:set nolangremap
:set langmap=qb
Now, when typing `q' in normal mode I get a very strange
behavior, alternating between word-forward and word-
backward! Can someone please explain what it going on?