English 中文(简体)
ux客户之间的窗口
原标题:Move window between tmux clients
  • 时间:2010-06-22 16:11:30
  •  标签:
  • linux
  • tmux

我只是学习的 t,我没有屏幕经验。 我不禁要问,我是否能够把一个ux客的窗口转移到另一个ux客户。 我想把我的国际审查委员会的客户转移到我的屏幕上的新窗口。

最佳回答

是的,你可以使用流动窗口指挥:

move-window [-d] [-s src-window] [-t dst-window]
           (alias: movew)

这与“窗口”相类似,但“窗口”的窗口移至“窗口”。

rc窗和窗户有以下形式:会议:窗口(会期和窗口可以是名称或id)。

因此,把你带上了一张ir窗的聊天会,希望把它转移到你能够做的会场上(从头到尾):

move-window -s chat:irc -t other_session

如果你已经处于聊天窗口:你不需要具体指明来源。

这样做。

同样,从另一届届会开始,你不需要具体说明目标。

如果你把你的名字命名为窗户/屋子,你必须使用他们的胎子。

问题回答

另一项有益的工作是:

 link-window [-dk] [-s src-window] [-t dst-window]
               (alias: linkw)
         Link the window at src-window to the specified dst-window.  If dst-window is specified
         and no such window exists, the src-window is linked there.  If -k is given and
         dst-window exists, it is killed, otherwise an error is generated.  If -d is given, the
         newly linked window is not selected.

这意味着,你可以在多次会议之间分享一个窗口:

Assuming I have these 2 sessions:  daemons and proj

tmux link-window -dk -s daemons:0 -t proj:0




相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

encoding of file shell script

How can I check the file encoding in a shell script? I need to know if a file is encoded in utf-8 or iso-8859-1. Thanks

How to write a Remote DataModule to run on a linux server?

i would like to know if there are any solution to do this. Does anyone? The big picture: I want to access data over the web, using my delphi thin clients. But i´would like to keep my server/service ...

How can I use exit codes to run shell scripts sequentially?

Since cruise control is full of bugs that have wasted my entire week, I have decided the existing shell scripts I have are simpler and thus better. Here is what I have so far svn update /var/www/...

Good, free, easy-to-use C graphics libraries? [closed]

I was wondering if there were any good free graphics libraries for C that are easy to use? It s for plotting 2d and 3d graphs and then saving to a file. It s on a Linux system and there s no gnuplot ...

热门标签