通过 ssh(腻子)访问远程服务器(Ubunty Hardy),我可以使用 CTRL-Z(暂停信号)停止运行“程序”。我可以有多个暂停的作业,我可以使用命令“jobs”查看这些作业。
问题是关于是否有可能(或者如果它已经存在)配置一个快捷方式来在进程之间进行更改......
也就是说,相当于一个快捷方式:
PAUSE current process
fg 'next' (brings to foreground the next stopped application)
Run Code Online (Sandbox Code Playgroud)
目标是通过腻子实现与 ALT-TAB 等效的效果... :)