Friday, October 22, 2010

Re: Copy Paste Issues

On Oct 21, 10:46 am, rameo <rai...@gmail.com> wrote:
>
> I have paste issues also in vim.

What are these issues? We can't solve them if we don't know what they
are.

> It makes me crazy.
> I dedicated so much time to make it as my editors as notepad, notepad+
> + crimson, psp,
> which I used before.
> I tried all possible combinations but haven't found the solution.

It drives me crazy when people post questions like "my paste is
broken, fix it for me" with no details.

>
> mswin.vim doesn't resolve things.
>
> Does anyone have the configuration to copy/cut/paste/undo as in
> windows?

Yes, sourcing mswin.vim will map keys to make paste act like other
editors. I wouldn't recommend it though. What doesn't mswin.vim do
that you expect it to do?

>
> I would like to know also how to map the p to P and P to p or gives
> that problems
> in other plugins?
>

You want p to paste before, and P to paste after?

:noremap p P
:noremap P p

Map other modes as well if needed.

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

No comments: