tmux-plugins/tmux-resurrect

Save and restore linked windows too

開放

#134 建立於 2016年3月4日

 (6 則留言) (2 個反應) (0 位負責人)Shell (509 個分叉)batch import
bughelp wanted

倉庫指標

星標
 (12,753 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I sometimes link windows from a session to another, and currently after save and restore tmux-resurrect will duplicate the window instead of linking.

I tried to find out the best way to store the information in the resurrect file, but couldn't find one yet. The first idea was to store the linking information in window listing, but I read somewhere that linked windows are specific to a session and if one uses grouped sessions we might need different approach.

I am able to make a pull request if I find the best approach, but currently I'm not confident with the concepts.

貢獻者指南