我在Mac OSX上使用Tmux / Vim,我喜欢拆分窗口进行测试和开发。我想知道是否可以在tmux窗口内停靠safari或其他浏览器,所以我会在左侧使用代码,在右侧使用浏览器。
干杯!
答案 0 :(得分:2)
如果您可以在终端中显示浏览器,那么您的问题的答案是肯定的。否则:否。
来自tmux主页:
tmux is a terminal multiplexer
What is a terminal multiplexer? It lets you switch easily between several
programs in one terminal, detach them (they keep running in the background) and
reattach them to a different terminal.