On 11/7/2012 6:11 PM, Ed Kostas wrote:
>
> I want to issue commands from the insert mode.
>
[ how to distinguish between lower and upper case X in
  the following imaps ]

>   :imap <C-x> <Delete>
>   :imap <C-X> <BS>

Use <C-S- (S for shift), for example:

    :imap <C-S-X> <BS>
    :imap <C-S-X> <esc>Xi

--Suresh



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

Reply via email to