On Thu, September 17, 2009 4:11 pm, sc wrote:
> let me add yet another way of pasting which uses mappings i've
> used for so many years i wanted them in vim -- where

Well some of them are, kinda.

> shift-insert pastes, control-insert copies, and shift-delete
> cuts
>
> with the following mappings:
>
> nmap <S-Insert> "+gP

defined by mswin.vim

> vmap <S-Insert> "-d"+P

definded like above (but should be the same result).

> imap <S-Insert> <C-R>+

definded by mswin.vim (though differently than yours)

> cmap <S-Insert> <C-R>+

definded by mswin.vim (though differently than yours)

> imap <C-Insert> <C-O>"+y

not defined

> vmap <C-Insert> "+y

defined by mswin.vim

> vmap <S-Del> "+d

defined by mswin.vim

> imap <C-Del> <C-O>daw

not defined

> you can hit shift-insert after your I, which to me is so
> intuitive i don't have to think about it

regards,
Christian
-- 
:wq!


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to