diff options
author | onefang | 2021-08-25 22:59:23 +1000 |
---|---|---|
committer | onefang | 2021-08-25 22:59:23 +1000 |
commit | 2227d15326da01ed895ca26e5693fd7280e52e2f (patch) | |
tree | d2fdf308b69e6180b574c0d3f11257e3f08218ee | |
parent | Comment tweaks. (diff) | |
download | opensim-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.conf | 6 |
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. |
67 | set-option -g set-titles on | 67 | set-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. |
98 | set-option -g visual-silence on # Show status message for silence in monitor-silence windows. Based on a set interval. | 98 | set-option -g visual-silence on # Show status message for silence in monitor-silence windows. Based on a set interval. |
99 | 99 | ||
100 | 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. | 100 | # WINDOW OPTIONS |
101 | |||
101 | set-option -gw clock-mode-style 24 # We are using the uptime clock anyway, so this is pointless. | 102 | set-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 | ||
103 | set-option -gw monitor-activity on # Bell on activity. | 105 | set-option -gw monitor-activity on # Bell on activity. |
104 | 106 | ||