sharing buffer between vim sessions without X

2012-07-22 Thread Eric Smith
How do I share the cut or yank register between different sessions? No X windows available. Eric Smith -- 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

Re: sharing buffer between vim sessions without X

2012-07-22 Thread Florian Rehnisch
On Sun, Jul 22, 2012 at 04:58:39PM +0200, Eric Smith wrote: How do I share the cut or yank register between different sessions? No X windows available. See :h 21.3 *21.3* Remembering information; viminfo flori -- You received this message from the vim_use maillist. Do not top-post! Type

Re: sharing buffer between vim sessions without X

2012-07-22 Thread Tony Mechelynck
On 22/07/12 19:29, Florian Rehnisch wrote: On Sun, Jul 22, 2012 at 04:58:39PM +0200, Eric Smith wrote: How do I share the cut or yank register between different sessions? No X windows available. See :h 21.3 *21.3* Remembering information; viminfo flori You can also use :w[rite] with a

Re: sharing buffer between vim sessions without X

2012-07-22 Thread Chris Jones
On Sun, Jul 22, 2012 at 10:58:39AM EDT, Eric Smith wrote: How do I share the cut or yank register between different sessions? No X windows available. If you only need pasting contents of Vim buffers, you could also run your instances of Vim under GNU/screen. GNU/screen provides its own

Re: sharing buffer between vim sessions without X

2012-07-22 Thread Andy Wokula
Am 22.07.2012 16:58, schrieb Eric Smith: How do I share the cut or yank register between different sessions? No X windows available. Eric Smith (Disclaimer: MS FTW user here) Have you tried fakeclip : pseudo clipboard register for non-GUI version of Vim