Wednesday, September 16, 2015

Re: List of potential insert mode control character mappings?

Some more to avoid that occur to me:

More erminal characters
C-H
C-I
C-J
C-C
C-[

Vim
C-O
C-R
C-X


Possible candidates
C-D which would normally signal "end of file". Possibly a good candidate for a writequit mapping?
C-F
C-W possibly invoke window commands (mirrors normal commands?)
C-G normally "bell"...

C-S and C-Q could be used if flow control is disabled (which it probably should be for most modern usage)

On a related note, can anyone think of objections to a
cnoremap <C-x>f <C-X><C-F>
This mirrors the normal mapping, and follows a fairly common internal convention.

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