diff options
-rw-r--r-- | scripts/install/opensim.tmux.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/install/opensim.tmux.conf b/scripts/install/opensim.tmux.conf index 9cdda3f..638cc79 100644 --- a/scripts/install/opensim.tmux.conf +++ b/scripts/install/opensim.tmux.conf | |||
@@ -5,7 +5,7 @@ set-option -g prefix C-a | |||
5 | unbind-key C-b | 5 | unbind-key C-b |
6 | bind-key C-a send-prefix | 6 | bind-key C-a send-prefix |
7 | 7 | ||
8 | # r reloads the configuration, handy | 8 | # r reloads the configuration, handy. |
9 | bind r source-file ~/.tmux.conf | 9 | bind r source-file ~/.tmux.conf |
10 | 10 | ||
11 | bind R clear-history | 11 | bind R clear-history |
@@ -26,12 +26,15 @@ set-window-option -g pane-border-format '[#{pane_index}:#{pane_title}]' | |||
26 | 26 | ||
27 | # select-pane -t 1 -T "fancy pane title" | 27 | # select-pane -t 1 -T "fancy pane title" |
28 | # Note that running a program in that tab might override it - 1 mc [dvs1@Superbitch]:/media/DATA/home/dvs1 | 28 | # Note that running a program in that tab might override it - 1 mc [dvs1@Superbitch]:/media/DATA/home/dvs1 |
29 | |||
29 | # set-options -g global, -s server, -w window, otherwise a session option. | 30 | # set-options -g global, -s server, -w window, otherwise a session option. |
30 | # -a appends a string to the existing option. | 31 | # -a appends a string to the existing option. |
31 | # -u unsets an option. | 32 | # -u unsets an option. |
32 | # -o prevents setting an aption if it is already set. | 33 | # -o prevents setting an aption if it is already set. |
33 | # -q shut up info messages. | 34 | # -q shut up info messages. |
34 | 35 | ||
36 | # SERVER OPTIONS | ||
37 | |||
35 | # SESSION OPTIONS | 38 | # SESSION OPTIONS |
36 | 39 | ||
37 | set-option -g bell-action any | 40 | set-option -g bell-action any |