Update comment in tmux.conf file

This commit is contained in:
DariusIII
2025-04-17 15:30:45 +02:00
parent 828ef469a0
commit 4b0ec91624
+1 -1
View File
@@ -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