Thursday, March 20, 2014

Re: Alt-?doesn't work

[again, copying the list as you replied directly to me. The extra
info might help others in resolving your issue. Be sure to use your
mailer's "Reply to List" or possibly "Reply All" functionality if
it's not automatically populating the list reply address]

On 2014-03-20 08:47, John F. Godfrey wrote:
> Sorry it has taken me so long to try what you said. Indeed, those
> keys, Alt-i and Alt-I map to é and É as you suspected. This is in
> a gvim terminal on debian wheezy.

Do you have any existing mappings that override an accented-E?

My first thought would be to see if you can make the mappings with no
plugins/startup files:

vim -u NONE -N somefile.txt

and then try making alt+? do something:

:nnoremap <m-?> :put="Hello"<cr>

and test it. As previously mentioned, that works for me in an xterm
and in gvim, but not in my rxvt.

If it works for you, then you likely have some plugin/startup file
that is interfering with your ability to map it.

-tim


--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment