Tagged Questions
2
votes
3answers
954 views
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 ...