From 2227d15326da01ed895ca26e5693fd7280e52e2f Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 25 Aug 2021 22:59:23 +1000 Subject: Update tmux.conf. --- scripts/install/opensim.tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/install/opensim.tmux.conf b/scripts/install/opensim.tmux.conf index 638cc79..1b4da52 100644 --- a/scripts/install/opensim.tmux.conf +++ b/scripts/install/opensim.tmux.conf @@ -61,7 +61,7 @@ set-option -g mouse on #set-option -g mouse ##set-option -g mouse-utf8 off # Defaults to on. -#set-option -g remain-on-exit on +###set-option -g set-remain-on-exit on # How to set the title of the terminal window. set-option -g set-titles on @@ -97,8 +97,10 @@ set-option -g visual-activity on # Show status message for activity in monitor-a #set-option -g visual-content on # Show status message for content in monitor-content windows. Based on a fnmatch(3) string. set-option -g visual-silence on # Show status message for silence in monitor-silence windows. Based on a set interval. -set-option -gw alternate-screen off # Don't save the original screen before starting tmux, may also allow use of the terminals original scrollback buffer. +# WINDOW OPTIONS + set-option -gw clock-mode-style 24 # We are using the uptime clock anyway, so this is pointless. +##set-option -gw mode-mouse on # on - mouse does copy mode stuff; copy-mode - mouse can't go into copy mode, but does stuff once in there; off - mouse is unmolested. set-option -gw monitor-activity on # Bell on activity. -- cgit v1.1