A program that emulates the detach feature of screen.
5
votes
1answer
426 views
How to stop application from being suspended by Ctrl+z?
Currently I'm running dvtm inside a terminal, and vim inside dvtm. When I press Ctrl+z intending to suspend vim, dvtm got suspended instead. I didn't have this problem with screen or tmux, so I think ...
2
votes
3answers
941 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 ...