aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2021-08-25 22:59:23 +1000
committeronefang2021-08-25 22:59:23 +1000
commit2227d15326da01ed895ca26e5693fd7280e52e2f (patch)
treed2fdf308b69e6180b574c0d3f11257e3f08218ee
parentComment tweaks. (diff)
downloadopensim-SC-2227d15326da01ed895ca26e5693fd7280e52e2f.zip
opensim-SC-2227d15326da01ed895ca26e5693fd7280e52e2f.tar.gz
opensim-SC-2227d15326da01ed895ca26e5693fd7280e52e2f.tar.bz2
opensim-SC-2227d15326da01ed895ca26e5693fd7280e52e2f.tar.xz
Update tmux.conf.
-rw-r--r--scripts/install/opensim.tmux.conf6
1 files 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
61#set-option -g mouse 61#set-option -g mouse
62##set-option -g mouse-utf8 off # Defaults to on. 62##set-option -g mouse-utf8 off # Defaults to on.
63 63
64#set-option -g remain-on-exit on 64###set-option -g set-remain-on-exit on
65 65
66# How to set the title of the terminal window. 66# How to set the title of the terminal window.
67set-option -g set-titles on 67set-option -g set-titles on
@@ -97,8 +97,10 @@ set-option -g visual-activity on # Show status message for activity in monitor-a
97#set-option -g visual-content on # Show status message for content in monitor-content windows. Based on a fnmatch(3) string. 97#set-option -g visual-content on # Show status message for content in monitor-content windows. Based on a fnmatch(3) string.
98set-option -g visual-silence on # Show status message for silence in monitor-silence windows. Based on a set interval. 98set-option -g visual-silence on # Show status message for silence in monitor-silence windows. Based on a set interval.
99 99
100set-option -gw alternate-screen off # Don't save the original screen before starting tmux, may also allow use of the terminals original scrollback buffer. 100# WINDOW OPTIONS
101
101set-option -gw clock-mode-style 24 # We are using the uptime clock anyway, so this is pointless. 102set-option -gw clock-mode-style 24 # We are using the uptime clock anyway, so this is pointless.
103##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.
102 104
103set-option -gw monitor-activity on # Bell on activity. 105set-option -gw monitor-activity on # Bell on activity.
104 106