aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/install
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install')
-rw-r--r--scripts/install/opensim.tmux.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/install/opensim.tmux.conf b/scripts/install/opensim.tmux.conf
index c204c42..9cdda3f 100644
--- a/scripts/install/opensim.tmux.conf
+++ b/scripts/install/opensim.tmux.conf
@@ -16,6 +16,16 @@ unbind '"'
16bind | split-window -h 16bind | split-window -h
17bind - split-window -v 17bind - split-window -v
18 18
19# pane border
20set -g pane-border-status top
21#colors for pane borders
22set-window-option -g pane-border-style fg=black,bg=green
23set-window-option -g pane-active-border-style fg=black,bg=red
24set-window-option -g automatic-rename off
25set-window-option -g pane-border-format '[#{pane_index}:#{pane_title}]'
26
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
19# set-options -g global, -s server, -w window, otherwise a session option. 29# set-options -g global, -s server, -w window, otherwise a session option.
20# -a appends a string to the existing option. 30# -a appends a string to the existing option.
21# -u unsets an option. 31# -u unsets an option.