link-window command to link a window into another session.

This commit is contained in:
Nicholas Marriott
2007-10-26 13:03:59 +00:00
parent 4ba3cf60be
commit 5a954bd9bd
6 changed files with 188 additions and 9 deletions

4
TODO
View File

@ -55,10 +55,6 @@
rename sessions
swap windows
same as link but swap windows if tgt exists else error
link/copy windows
tmux -s <tgt sess> link-window -i<tgt idx> <src sess> <src idx>
link src win to tgt win (at tgt idx if given and
empty else new)
unlink window (error if window only linked to one session)
tmux -s <sess> unlink-window -i<tgt idx>
kill session (not bound by default)