diff --git a/misc/update/tmux/tmux.conf b/misc/update/tmux/tmux.conf index 18a18860f..2457d8bc3 100644 --- a/misc/update/tmux/tmux.conf +++ b/misc/update/tmux/tmux.conf @@ -41,7 +41,7 @@ set -g status-right "#[fg=yellow]#(free -h | grep 'Mem' | awk '{ print \"RAM Use # Scrollback line buffer per pane set -g history-limit 6000 # 6000 lines of scrollback history -# Keep pane open after process ends - monitor.php requires this for re-spawns (the only config param nZEDB really needs) +# Keep pane open after process ends - monitor.php requires this for re-spawns (the only config param NNTmux really needs) set -g remain-on-exit on # Enable mouse support