Re: Can I copy/yank into and out of vim?

2023-03-11 Thread meine
> To add confusion: addendum: where the outside world adapted on the same set of Ctrl- commands to move text, Vim uses for a visual block, and for autocompletion. It is alike, but not the same. //meine -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your

Re: Can I copy/yank into and out of vim?

2023-03-11 Thread meine
On Sun, Mar 05, 2023 at 08:58:59AM +0100, Tony Mechelynck wrote: > On Sat, Mar 4, 2023 at 4:24 AM Angel M Alganza wrote: > > > > On 2023-03-04 03:48, Tony Mechelynck wrote: > > > > > The reason for this dfference in behaviour is that xterm doesn't use > > > the X11 clipboard (register + in Vim)

Re: Can I copy/yank into and out of vim?

2023-03-06 Thread Igor Lerinc
""noremap y "*y ""noremap p "*p " noremap y "+y noremap p "+p noremap P "+P this works for me, on windows and linux both On Monday, March 6, 2023 at 11:12:25 PM UTC+1 Rory Campbell-Lange wrote: > On 06/03/23, Rory Campbell-Lange (ro...@campbell-lange.net) wrote: > > On 04/03/23, Tony Mechelynck

Re: Can I copy/yank into and out of vim?

2023-03-06 Thread Rory Campbell-Lange
On 06/03/23, Rory Campbell-Lange (r...@campbell-lange.net) wrote: > On 04/03/23, Tony Mechelynck (antoine.mechely...@gmail.com) wrote: > > On Sat, Mar 4, 2023 at 3:32 AM Angel M Alganza wrote: > > > The reason for this dfference in behaviour is that xterm doesn't use > > the X11 clipboard

Re: Can I copy/yank into and out of vim?

2023-03-06 Thread Rory Campbell-Lange
On 04/03/23, Tony Mechelynck (antoine.mechely...@gmail.com) wrote: > On Sat, Mar 4, 2023 at 3:32 AM Angel M Alganza wrote: > The reason for this dfference in behaviour is that xterm doesn't use > the X11 clipboard (register + in Vim) but only the X11 selection > (register * in Vim). In almost

Re: Can I copy/yank into and out of vim?

2023-03-05 Thread jr
On Sun, 5 Mar 2023 at 07:59, Tony Mechelynck wrote: > > On Sat, Mar 4, 2023 at 4:24 AM Angel M Alganza wrote: > > > > On 2023-03-04 03:48, Tony Mechelynck wrote: > > > > > The reason for this dfference in behaviour is that xterm doesn't use > > > the X11 clipboard (register + in Vim) but only

Re: Can I copy/yank into and out of vim?

2023-03-04 Thread Tony Mechelynck
On Sat, Mar 4, 2023 at 4:24 AM Angel M Alganza wrote: > > On 2023-03-04 03:48, Tony Mechelynck wrote: > > > The reason for this dfference in behaviour is that xterm doesn't use > > the X11 clipboard (register + in Vim) but only the X11 selection > > (register * in Vim). In almost every other GUI,

Re: Can I copy/yank into and out of vim?

2023-03-03 Thread Gary Johnson
On 2023-03-04, Tony Mechelynck wrote: > On Sat, Mar 4, 2023 at 3:32 AM Angel M Alganza wrote: > > > > On 2023-03-04 01:08, K otgc wrote: > > > Hello, I would like to copy/yank text from vim out to other programs > > > like > > > dpaste or Google Docs. > > > I would also like to coy/yank text from

Re: Can I copy/yank into and out of vim?

2023-03-03 Thread Angel M Alganza
On 2023-03-04 03:48, Tony Mechelynck wrote: The reason for this dfference in behaviour is that xterm doesn't use the X11 clipboard (register + in Vim) but only the X11 selection (register * in Vim). In almost every other GUI, including gvim, you can use Edit→Cut, Edit→Copy and Edit→Paste to

Re: Can I copy/yank into and out of vim?

2023-03-03 Thread Tony Mechelynck
On Sat, Mar 4, 2023 at 3:32 AM Angel M Alganza wrote: > > On 2023-03-04 01:08, K otgc wrote: > > Hello, I would like to copy/yank text from vim out to other programs > > like > > dpaste or Google Docs. > > I would also like to coy/yank text from external programs like website > > text > > into

Re: Can I copy/yank into and out of vim?

2023-03-03 Thread Tony Mechelynck
On Sat, Mar 4, 2023 at 1:08 AM K otgc wrote: > > Hello, I would like to copy/yank text from vim out to other programs like > dpaste or Google Docs. > I would also like to coy/yank text from external programs like website text > into vim. > I can manually highlight external program text with my

Re: Can I copy/yank into and out of vim?

2023-03-03 Thread Angel M Alganza
On 2023-03-04 01:08, K otgc wrote: Hello, I would like to copy/yank text from vim out to other programs like dpaste or Google Docs. I would also like to coy/yank text from external programs like website text into vim. I can manually highlight external program text with my mouse, copy and

Re: Can I copy/yank into and out of vim?

2023-03-03 Thread akspecs
> On Mar 3, 2023, at 16:08, K otgc wrote: > > Hello, I would like to copy/yank text from vim out to other programs > […trimmed] assuming your system’s install was compiled with the clipboard option, you can yank into the system’s “ register. -- -- You received this message from the

Re: Can I copy/yank into and out of vim?

2023-03-03 Thread Tim Chase
On 2023-03-03 16:08, K otgc wrote: > Hello, I would like to copy/yank text from vim out to other programs > like dpaste or Google Docs. How you go about this depends on a couple factors that you omit: - which OS are you using? - do you mean via the clipboard (in which case, if your build was

Re: Can I copy/yank into and out of vim?

2023-03-03 Thread 'c.willis111' via vim_use
-- Original Message -- From: "K otgc" To: "vim_use" Sent: Saturday, 4 Mar, 2023 At 00:08 Subject: Can I copy/yank into and out of vim? Hello, I would like to copy/yank text from vim out to other programs like dpaste or Google Docs. I would also like to coy/yan

Can I copy/yank into and out of vim?

2023-03-03 Thread K otgc
Hello, I would like to copy/yank text from vim out to other programs like dpaste or Google Docs. I would also like to coy/yank text from external programs like website text into vim. I can manually highlight external program text with my mouse, copy and then insert into vim, but maybe there's a