tmux-plugins/tmux-resurrect

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

Open

#86 geöffnet am 12. Mai 2015

Auf GitHub ansehen
 (26 Kommentare) (8 Reaktionen) (0 zugewiesene Personen)Shell (509 Forks)batch import
help wanted

Repository-Metriken

Stars
 (12.753 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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!

Contributor Guide