Sample Header Ad - 728x90

Terminator layout with command that survives sigkill?

0 votes
1 answer
217 views
Terminator allows custom layouts with a command such as bash -lc 'npm start'; bash However, triggering SIGKILL (CONTROL-C) will kill part of the terminal and mess up your layout. SIGQUIT works but that's hard to remember. Is there a way to have a layout with a bash command that drops into a bash interactive terminal after SIGKILL, instead of having to use SIGQUIT?
Asked by Ray Foss (1042 rep)
May 22, 2019, 03:10 PM
Last activity: Jun 26, 2019, 09:25 PM