aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/install/opensim.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install/opensim.tmux.conf')
-rw-r--r--scripts/install/opensim.tmux.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/install/opensim.tmux.conf b/scripts/install/opensim.tmux.conf
index 1b4da52..c264d51 100644
--- a/scripts/install/opensim.tmux.conf
+++ b/scripts/install/opensim.tmux.conf
@@ -47,13 +47,13 @@ set-option -g history-limit 100000
47 47
48# All this mouse stuff is unreliable in UTF8 mode. At least on roxterm. 48# All this mouse stuff is unreliable in UTF8 mode. At least on roxterm.
49# Also keep in mind the terminal specs mouse report limit of 256 characters, being less than my typical terminal width. 49# Also keep in mind the terminal specs mouse report limit of 256 characters, being less than my typical terminal width.
50# Hmm, still wont pass mouse through like the docs say they will. 50# Hmm, still won't pass mouse through like the docs say they will.
51# Ah, mc needs "mc -x". Though once again, watch that right edge on huge terminals. 51# Ah, mc needs "mc -x". Though once again, watch that right edge on huge terminals.
52# These three wont work under Ubuntu 16.04. 52# These three won't work under Ubuntu 16.04.
53##set-option -g mouse-resize-pane on 53##set-option -g mouse-resize-pane on
54##set-option -g mouse-select-pane on 54##set-option -g mouse-select-pane on
55##set-option -g mouse-select-window on 55##set-option -g mouse-select-window on
56# This wont work under Ubuntu 16.04. 56# This won't work under Ubuntu 16.04.
57##set-option -g 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. 57##set-option -g 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.
58# Instead do this (also defaults to turning on the above three mouse things) - 58# Instead do this (also defaults to turning on the above three mouse things) -
59set-option -g mouse on 59set-option -g mouse on