Monday, February 22, 2016

Re: List of potential insert mode control character mappings?

On Tue, Feb 23, 2016 at 2:47 AM, Eric Christopherson
<echristopherson@gmail.com> wrote:
> <C-_> is even more conveniently provided by <C-/>, at least on US keyboards.
> (I'm sort of surprised that <C-?> doesn't do the same as DEL, since often
> that's notated as <C-?> or <^?>.)

What <BS> and <Del> exactly are, depends on the t_kb and t_kD termcap
settings respectively. In gvim, special keystrokes are got in a
different way and these termcap entries are not provided. In Console
Vim, we usually expect <BS> to produce <C-H> and <Del> to produce
<C-?> but it is not always so; for instance in my konsole, <BS>
produces Ctrl-? and <Del> produces Esc [ 3 ~ (escape openSquareBracket
three tilde). This causes no problem because t_kb and t_kD are
correctly set for these settings.
See under ":help :fixdel" how to adjust your backspace and delete
termcap entries so that your keystrokes produce the desired result.

Best regards,
Tony.

--
--
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: