Tuesday, September 22, 2015

How to send STDOUT to a vim session

Hi

I want to send the STDOUT/STDERRS to an existing vim session.

normally i can get the STDOUT like

ls | gvim -

But i am not able to send the same thing to a remote vim session

ls | gvim - | gvim --servername GVIM2 --remote-tab -

The above thing does not work. Can someone help me with the correct syntax please.


Thanks in advance :)

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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: