Tagged Questions
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 ...