开发者

Keymap/lmap and recursive mapping in vim

开发者 https://www.devze.com 2023-04-08 22:25 出处:网络
I\'m using a keymap to type non-latin characters in vim. Like that: set keymap=russian-jcukenwin. E.g. that maps q to й 开发者_如何转开发and @ to \". The problem is that I can neither redefine/remove

I'm using a keymap to type non-latin characters in vim. Like that: set keymap=russian-jcukenwin. E.g. that maps q to й 开发者_如何转开发and @ to ". The problem is that I can neither redefine/remove such mapping with lmap/lunmap nor define a recursive mapping, e.g. to map " to something else (and that breaks all mappings in vim-latexsuite and makes me sad).

The only idea I've got now is not to use keymap - and lmap all the keys manually.

So, is there any better workaround?

0

精彩评论

暂无评论...
验证码 换一张
取 消