Open fintelkai opened 11 years ago
What kind of Vim?
On Tue, Apr 16, 2013 at 12:44 PM, fintelkai notifications@github.comwrote:
I would love to figure out how to disable the
mapping, so I can enter "ä" in emails to German correspondents. I tried iunmap
late in my .vimrc but that doesn't do the trick.
— Reply to this email directly or view it on GitHubhttps://github.com/tpope/vim-rsi/issues/5 .
MacVim and mvim in iTerm.
On Tuesday, April 16, 2013, Tim Pope wrote:
What kind of Vim?
On Tue, Apr 16, 2013 at 12:44 PM, fintelkai <notifications@github.com<javascript:_e({}, 'cvml', 'notifications@github.com');>>wrote:
I would love to figure out how to disable the
mapping, so I can enter "ä" in emails to German correspondents. I tried iunmap
late in my .vimrc but that doesn't do the trick.
— Reply to this email directly or view it on GitHub< https://github.com/tpope/vim-rsi/issues/5> .
— Reply to this email directly or view it on GitHubhttps://github.com/tpope/vim-rsi/issues/5#issuecomment-16457130 .
Same on Debian with both terminal and GVim, version 7.3.932-3.
I use a Swiss keyboard with this XKB configuration, incidentally the problem also occurs if I press the digraph compose key present on the keyboard, followed by an 'a'.
You can iunmap
in after/plugin/rsi.vim
. Having an option to disable the meta maps wouldn't be a terrible idea.
Thanks, that did the trick, together with nunmap
and cunmap
.
It interferes with my Swedish "ä" too. :(
@ingemar, try putting the following into ~/.vim/after/plugin/rsi.vim
:
silent! iunmap <M-d>
silent! nunmap <M-d>
silent! cunmap <M-d>
Thanks @toupeira. (Mainly wanted to poke tpope about it.. ;) )
Stumbled upon this problem too here in Estonia.
To be more explicit, I'd accept a g:rsi_no_meta
patch.
I would love to figure out how to disable the
<M-d>
mapping, so I can enter "ä" in emails to German correspondents. I triedlate in my .vimrc but that doesn't do the trick.