Quantcast
Channel: Dtach and Vim over Ssh: Reattach Session - Unix & Linux Stack Exchange
Browsing all 3 articles
Browse latest View live

Answer by wag for Dtach and Vim over Ssh: Reattach Session

I think you can prevent this by passing a WINCH signal to dtach: dtach -c /tmp/my-dtach-session-pipe -r winch vim Or at reattachment: dtach -a /tmp/my-dtach-session-pipe -r winch

View Article



Answer by bahamat for Dtach and Vim over Ssh: Reattach Session

Perhaps you did get what you want, but you need to redraw the screen? Try pressing CTRL + L.

View Article

Dtach and Vim over Ssh: Reattach Session

I connected to my server: $ ssh me@example.com While in the server, I open a dtach session with vim: $ dtach -c \tmp\my-dtach-session-pipe vim Then my ssh session dies. I attempt to go back to my...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images