Sunday, August 26, 2012

Re: Typing "â" problem

On Sunday, August 26, 2012 12:15:55 PM UTC-3, Chris Jones wrote:
> As Tim indicated, there's a very strong likelihood that whatever
> Vim sees when you 'type' â is somehow bound to some (unprintable)
> action or

Taking a quick look at an ASCII+Latin1 chart, it looks like you
might have something mapped to alt+R which may get seen as the same
character on some terminals. The alt+{char} is usually sent as
{char} with the high bit set, and alt+R = 0x72 | 0x80

-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

No comments: