Monday, April 12, 2021

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

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

--
--
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/CABrM6w%3DpgcgRvmT8q%2BQqOVcu5yyQ7gMd9gL0ix9_cPEQY%3DmZFg%40mail.gmail.com.

No comments: