aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/opensim.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/opensim.tmux.conf')
-rw-r--r--scripts/opensim.tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/opensim.tmux.conf b/scripts/opensim.tmux.conf
index ecd0b04..c101f88 100644
--- a/scripts/opensim.tmux.conf
+++ b/scripts/opensim.tmux.conf
@@ -14,6 +14,7 @@ set-option -g bell-on-alert on
14 14
15set-option -g history-limit 100000 15set-option -g history-limit 100000
16 16
17# These three wont work under Ubuntu 16.04.
17set-option -g mouse-resize-pane on 18set-option -g mouse-resize-pane on
18set-option -g mouse-select-pane on 19set-option -g mouse-select-pane on
19set-option -g mouse-select-window on 20set-option -g mouse-select-window on
@@ -37,7 +38,10 @@ set-option -g visual-content on
37set-option -g visual-silence on 38set-option -g visual-silence on
38 39
39set-option -gw clock-mode-style 24 40set-option -gw clock-mode-style 24
41# This wont work under Ubuntu 16.04.
40set-option -gw mode-mouse on 42set-option -gw mode-mouse on
43# Instead do this (also defaults to turning on the above three mouse things) -
44#set-option -gw mouse on
41 45
42# Highlight active window 46# Highlight active window
43set-option -gw window-status-current-bg red 47set-option -gw window-status-current-bg red