Monday, March 17, 2014

Re: Alt-?doesn't work

[copying the list, as your reply came directly to me]

On 2014-03-17 09:58, John F. Godfrey wrote:
> Thanks for the response. I still haven't got Alt-<key> working.
>
> Just to be sure, when I've got my latex doc open, should I be in
> insert or command mode? Also, what's the correct way to use the
> Alt-<key>, e.g., if I want to use Alt-I, to insert a new \item, do
> I hit the Alt button, then Shift-i? Or do I do all 3 together?

Depending on your environment, Vim *should* be able to discern
between alt+i and alt+I (i.e., alt+shift+i).

A quick test is to go into insert mode, hit control+V and then type
both key-pairs (alt+i and alt+shift+i) to see what is entered. You
may either get "^[i"/"^[I" or some other value. Either way, it
should show you what Vim thinks you're typing.

It's also possible that, because those characters can also map to
certain letters (such as é and É) depending on your file-encoding,
you might have some other mapping that is interfering with 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: