Tuesday, April 13, 2021

Re: How to use vim to open stdin and not to reset itself when switching between terminals


On Tuesday, April 13, 2021 at 12:22:25 AM UTC-4 Peng Yu wrote:
Hi,

When I use the following command to open something from stdin, it will
reset the content on the screen when I switch between terminals. Is
there a way to keep the content persistent while I switch between
terminals? Thanks.

seq 10 | { vim /dev/fd/$fd1 </dev/tty; } {fd1}<&0

--
Regards,
Peng

What does that do  that:
 ```seq 10 | vim -```
doesn't?

--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/5a72935e-7812-4aa5-9172-70d766f0b384n%40googlegroups.com.

No comments: