Convert current tmux session to configuration file

╄→гoц情女王★ 提交于 2019-12-04 17:22:25

tmux by default doesn't provide any way to save/restore sessions/clients. But there are 3rd party tools to achieve it.

For example, I wrote retmux to do exactly what you are asking for.

https://github.com/sk1418/retmux

What can be backed up/restored?

  • sessions : with names, terminal-size
  • windows : with name, order, pane split and split layout
  • panes : with path and content(up to 100000 line history content) with same look and feel (ANSI escapes)
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!