← Back to context Comment by rcakebread 1 day ago I'll bite. What's so obvious? I suspend jobs in bash all the time while using tmux. 3 comments rcakebread Reply anthk 1 day ago Often TMUX it's for tasks you woudn't suspend. And, if any, you can just use kill -STOP and kill -CONT among other signals from another tmux pane. fireflash38 11 hours ago Or if you want to stay in same pane, (chord, I still use C-b), :, "send-keys C-z"
anthk 1 day ago Often TMUX it's for tasks you woudn't suspend. And, if any, you can just use kill -STOP and kill -CONT among other signals from another tmux pane. fireflash38 11 hours ago Or if you want to stay in same pane, (chord, I still use C-b), :, "send-keys C-z"
fireflash38 11 hours ago Or if you want to stay in same pane, (chord, I still use C-b), :, "send-keys C-z"
Often TMUX it's for tasks you woudn't suspend. And, if any, you can just use kill -STOP and kill -CONT among other signals from another tmux pane.
Or if you want to stay in same pane, (chord, I still use C-b), :, "send-keys C-z"