tmux-plugins/tmux-resurrect

Avoiding ``history`` commands being shown in terminal output

Open

#86 创建于 2015年5月12日

在 GitHub 查看
 (26 评论) (8 反应) (0 负责人)Shell (12,753 star) (509 fork)batch import
help wanted

描述

Fairly sure I know the answer to this, but I was interested to know whether there's any way of avoiding resurrect showing the history -w ... commands in the terminal output. I'm using resurrect with continuum and as a result, every 60 minutes (as per my config), another command gets issued to all terminals without a program running. The result is that after a few hours, the contents of a pane are get pushed further into the scrollback, making it increasingly harder to discover what was happening in the pane.

Is there any way to for the plugin / tmux to issue the command to the shell without it being outputted?

I'm using the latest version from Git of this plugin, Tmux 1.9 and Bash as my shell.

Thanks for the plugin, it's awesome!

贡献者指南

Avoiding ``history`` commands being shown in terminal output · tmux-plugins/tmux-resurrect#86 | Good First Issue