Re: Paste buffer

2007-02-14 Thread Albie Janse van Rensburg
Bin Chen wrote: Hi, When I copy a line use yy, then I need to paste it to a line. But before the paste, I delete a char using 'x', the paste buffer will be overwriten to the deleted word. How can i avoid this? Thanks. ABAI When you use y to copy data, it is usually stored in t

RE: Paste buffer

2007-02-14 Thread Dr. Uwe Schneider
I need to paste it to a line. But before >the paste, I delete a char using 'x', the paste buffer will be >overwriten to the deleted word. How can i avoid this? > >Thanks. >ABAI

Paste buffer

2007-02-14 Thread Bin Chen
Hi, When I copy a line use yy, then I need to paste it to a line. But before the paste, I delete a char using 'x', the paste buffer will be overwriten to the deleted word. How can i avoid this? Thanks. ABAI

Re: vim paste buffer

2007-02-08 Thread A.J.Mechelynck
Albie Janse van Rensburg wrote: [...] here is my $vim --version VIM - Vi IMproved 6.3 (2004 June 7, compiled Aug 22 2005 09:38:37) Included patches: 1-21, 23-24, 26, 28-34, 36-37, 39-40, 42-43, 45-46, 81-82 Modified by <[EMAIL PROTECTED]> Compiled by <[EMAIL PROTECTED]> Huge version without GUI.

Re: vim paste buffer

2007-02-08 Thread Guillaume Bog
On 08/02/07, Albie Janse van Rensburg <[EMAIL PROTECTED]> wrote: > Hi, thank for answers. I'm not at work now so I can only try on > Windows with putty term branched on a CentOS server > > paste from windows to vim is never a problem, but I can't make it from > vim to outside. For this to work,

Re: vim paste buffer

2007-02-08 Thread Albie Janse van Rensburg
Hi, thank for answers. I'm not at work now so I can only try on Windows with putty term branched on a CentOS server paste from windows to vim is never a problem, but I can't make it from vim to outside. For this to work, you will have to check with putty how to get data into the windows clipbo

Re: vim paste buffer

2007-02-08 Thread Tim Chase
:help x11-selection in particular :help quoteplus Until I shifted to using *nix boxes regularly (via an actual X session, rather than remotely accessing via ssh), the distinction between these registers was lost on me. On Win32, both the "*" register and the "+" register do the same thing

Re: vim paste buffer

2007-02-08 Thread Albie Janse van Rensburg
(Copied to group) Guillaume, just use your mail client's "Reply to all" function if you don't have a "Reply to list" option, that way the mail will go to the group, and you will get more answers ;-) Albie On 08/02/07, Albie Janse van Rensburg <[EMAIL PROTECTED]> wrote: gg"*yG extra: on Win

Re: vim paste buffer

2007-02-08 Thread Kim Schulz
On Thu, 8 Feb 2007 21:34:12 +0800, "Guillaume Bog" <[EMAIL PROTECTED]> wrote: > Hi everbody, > > I'm new on this list. I use vim in a terminal on ubuntu everyday and > still need some help for efficient use. If the file i'm editing is > longer than one screen and I want to paste it somewhere el

Re: vim paste buffer

2007-02-08 Thread Albie Janse van Rensburg
Albie Janse van Rensburg wrote: Guillaume Bog wrote: Hi everbody, I'm new on this list. I use vim in a terminal on ubuntu everyday and still need some help for efficient use. If the file i'm editing is longer than one screen and I want to paste it somewhere else (say in a firefox textarea), I h

Re: vim paste buffer

2007-02-08 Thread Kev
Guillaume Bog wrote: Hi everbody, I'm new on this list. I use vim in a terminal on ubuntu everyday and still need some help for efficient use. If the file i'm editing is longer than one screen and I want to paste it somewhere else (say in a firefox textarea), I have to go out of vim, cat the fil

Re: vim paste buffer

2007-02-08 Thread Albie Janse van Rensburg
Guillaume Bog wrote: Hi everbody, I'm new on this list. I use vim in a terminal on ubuntu everyday and still need some help for efficient use. If the file i'm editing is longer than one screen and I want to paste it somewhere else (say in a firefox textarea), I have to go out of vim, cat the fil

Re: vim paste buffer

2007-02-08 Thread Thomas Michael Engelke
2007/2/8, Guillaume Bog <[EMAIL PROTECTED]>: Hi everbody, I'm new on this list. I use vim in a terminal on ubuntu everyday and still need some help for efficient use. If the file i'm editing is longer than one screen and I want to paste it somewhere else (say in a firefox textarea), I have to go

vim paste buffer

2007-02-08 Thread Guillaume Bog
Hi everbody, I'm new on this list. I use vim in a terminal on ubuntu everyday and still need some help for efficient use. If the file i'm editing is longer than one screen and I want to paste it somewhere else (say in a firefox textarea), I have to go out of vim, cat the file i'm editing, select